#CF85FD

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

Shades of Heliotrope #CF85FD

Tints of Heliotrope #CF85FD

Color information

#CF85FD (or 0xCF85FD) is unknown color: approx Heliotrope. HEX triplet: CF, 85 and FD. RGB value is (207,133,253). Sum of RGB (Red+Green+Blue) = 207+133+253=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 133 (52.34% from 255 or 22.43% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF85FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF85FD is #307A02. Grayscale: #A8A8A8. Windows color (decimal): -3176963 or 16614863. OLE color: 16614863.

HSL color Cylindrical-coordinate representation of color #CF85FD: hue angle of 277º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF85FD is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB207133253-
CMYK0.180.4700.01
HSL277º96.77%75.69%-
HSV(B)277º47.43%99.22%-
XYZ51.8537.1397.36-
YUV168.81175.52155.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.91%
GREEN value IS 133 (52.34% from 255) = 22.43%
BLUE value IS 253 (99.22% from 255) = 42.66%
R=34.91%
G=22.43%
B=42.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2071332530.180.4700.0127796.7775.69
HexCF85FD122F01115614c
Octal317205375225701425141114
Binary110011111000010111111101100101011110110001010111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF85FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF85FD; }

 p { color: rgb(207,133,253); }

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

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

 a { background-color: rgb(207,133,253); }

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

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

 span { border-color: rgb(207,133,253); }

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