#CF68F9

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

Shades of Heliotrope #CF68F9

Tints of Heliotrope #CF68F9

Color information

#CF68F9 (or 0xCF68F9) is unknown color: approx Heliotrope. HEX triplet: CF, 68 and F9. RGB value is (207,104,249). Sum of RGB (Red+Green+Blue) = 207+104+249=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 104 (41.02% from 255 or 18.57% from 560); Blue value is 249 (97.66% from 255 or 44.46% from 560); Max value from RGB is 249 - color contains mainly: blue. Hex color #CF68F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF68F9 is #309706. Grayscale: #969696. Windows color (decimal): -3184391 or 16345295. OLE color: 16345295.

HSL color Cylindrical-coordinate representation of color #CF68F9: hue angle of 282.62º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF68F9 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207104249-
CMYK0.170.5800.02
HSL282.62º92.36%69.22%-
HSV(B)282.62º58.23%97.65%-
XYZ47.7830.0192.9-
YUV151.33183.12167.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.96%
GREEN value IS 104 (41.02% from 255) = 18.57%
BLUE value IS 249 (97.66% from 255) = 44.46%
R=36.96%
G=18.57%
B=44.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2071042490.170.5800.02282.6292.3669.22
HexCF68F9113A0211b5c45
Octal317150371217202433134105
Binary110011111101000111110011000111101001010001101110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF68F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF68F9; }

 p { color: rgb(207,104,249); }

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

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

 a { background-color: rgb(207,104,249); }

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

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

 span { border-color: rgb(207,104,249); }

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