#CF69EB

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

Shades of Heliotrope #CF69EB

Tints of Heliotrope #CF69EB

Color information

#CF69EB (or 0xCF69EB) is unknown color: approx Heliotrope. HEX triplet: CF, 69 and EB. RGB value is (207,105,235). Sum of RGB (Red+Green+Blue) = 207+105+235=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 105 (41.41% from 255 or 19.20% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF69EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF69EB is #309614. Grayscale: #959595. Windows color (decimal): -3184149 or 15428047. OLE color: 15428047.

HSL color Cylindrical-coordinate representation of color #CF69EB: hue angle of 287.08º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF69EB is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB207105235-
CMYK0.120.5500.08
HSL287.08º76.47%66.67%-
HSV(B)287.08º55.32%92.16%-
XYZ45.7829.3781.85-
YUV150.32175.79168.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.84%
GREEN value IS 105 (41.41% from 255) = 19.20%
BLUE value IS 235 (92.19% from 255) = 42.96%
R=37.84%
G=19.20%
B=42.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2071052350.120.5500.08287.0876.4766.67
HexCF69EBC370811f4c43
Octal3171513531467010437114103
Binary1100111111010011110101111001101110100010001111110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF69EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF69EB; }

 p { color: rgb(207,105,235); }

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

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

 a { background-color: rgb(207,105,235); }

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

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

 span { border-color: rgb(207,105,235); }

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