#CF6BF2

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

Shades of Heliotrope #CF6BF2

Tints of Heliotrope #CF6BF2

Color information

#CF6BF2 (or 0xCF6BF2) is unknown color: approx Heliotrope. HEX triplet: CF, 6B and F2. RGB value is (207,107,242). Sum of RGB (Red+Green+Blue) = 207+107+242=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 107 (42.19% from 255 or 19.24% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 242 - color contains mainly: blue. Hex color #CF6BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6BF2 is #30940D. Grayscale: #979797. Windows color (decimal): -3183630 or 15887311. OLE color: 15887311.

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

Color convert

RGB207107242-
CMYK0.140.5600.05
HSL284.44º83.85%68.43%-
HSV(B)284.44º55.79%94.9%-
XYZ47.0230.1987.35-
YUV152.29178.63167.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.23%
GREEN value IS 107 (42.19% from 255) = 19.24%
BLUE value IS 242 (94.92% from 255) = 43.53%
R=37.23%
G=19.24%
B=43.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2071072420.140.5600.05284.4483.8568.43
HexCF6BF2E380511c5444
Octal317153362167005434124104
Binary110011111101011111100101110111000010110001110010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6BF2; }

 p { color: rgb(207,107,242); }

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

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

 a { background-color: rgb(207,107,242); }

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

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

 span { border-color: rgb(207,107,242); }

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