#CF6CF3

Color #CF6CF3 Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #CF6CF3

Tints of Heliotrope #CF6CF3

Color information

#CF6CF3 (or 0xCF6CF3) is unknown color: approx Heliotrope. HEX triplet: CF, 6C and F3. RGB value is (207,108,243). Sum of RGB (Red+Green+Blue) = 207+108+243=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 108 (42.58% from 255 or 19.35% from 558); Blue value is 243 (95.31% from 255 or 43.55% from 558); Max value from RGB is 243 - color contains mainly: blue. Hex color #CF6CF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6CF3 is #30930C. Grayscale: #989898. Windows color (decimal): -3183373 or 15953103. OLE color: 15953103.

HSL color Cylindrical-coordinate representation of color #CF6CF3: hue angle of 284º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF6CF3 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB207108243-
CMYK0.150.5600.05
HSL284º84.91%68.82%-
HSV(B)284º55.56%95.29%-
XYZ47.2730.4688.18-
YUV152.99178.8166.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 37.10%
GREEN value IS 108 (42.58% from 255) = 19.35%
BLUE value IS 243 (95.31% from 255) = 43.55%
R=37.10%
G=19.35%
B=43.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2071082430.150.5600.0528484.9168.82
HexCF6CF3F380511c5545
Octal317154363177005434125105
Binary110011111101100111100111111111000010110001110010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6CF3; }

 p { color: rgb(207,108,243); }

 H1.HeaderClassName
 {
   color: #CF6CF3;
 }
 .AnyTagClassName
 {
   color: #CF6CF3;
 }
</style>
background-color css

<style>
 a { background-color: #CF6CF3; }

 a { background-color: rgb(207,108,243); }

 div.DivClassName
 {
   background-color: #CF6CF3;
 }
 .BgClassName
 {
   background-color: #CF6CF3;
 }
</style>
border-color css

<style>
 span { border-color: #CF6CF3; }

 span { border-color: rgb(207,108,243); }

 td.TdClassName
 {
   border-color: #CF6CF3;
 }
 .TagClassName
 {
   border-color: #CF6CF3;
 }
</style>