#CF88FD

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

Shades of Heliotrope #CF88FD

Tints of Heliotrope #CF88FD

Color information

#CF88FD (or 0xCF88FD) is unknown color: approx Heliotrope. HEX triplet: CF, 88 and FD. RGB value is (207,136,253). Sum of RGB (Red+Green+Blue) = 207+136+253=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 136 (53.52% from 255 or 22.82% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF88FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF88FD is #307702. Grayscale: #AAAAAA. Windows color (decimal): -3176195 or 16615631. OLE color: 16615631.

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

Color convert

RGB207136253-
CMYK0.180.4600.01
HSL276.41º96.69%76.27%-
HSV(B)276.41º46.25%99.22%-
XYZ52.2737.9797.5-
YUV170.57174.52153.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.73%
GREEN value IS 136 (53.52% from 255) = 22.82%
BLUE value IS 253 (99.22% from 255) = 42.45%
R=34.73%
G=22.82%
B=42.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2071362530.180.4600.01276.4196.6976.27
HexCF88FD122E01114614c
Octal317210375225601424141114
Binary110011111000100011111101100101011100110001010011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF88FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF88FD; }

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

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

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

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

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

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

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

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