#CF88F1

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

Shades of Heliotrope #CF88F1

Tints of Heliotrope #CF88F1

Color information

#CF88F1 (or 0xCF88F1) is unknown color: approx Heliotrope. HEX triplet: CF, 88 and F1. RGB value is (207,136,241). Sum of RGB (Red+Green+Blue) = 207+136+241=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 136 (53.52% from 255 or 23.29% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 241 - color contains mainly: blue. Hex color #CF88F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF88F1 is #30770E. Grayscale: #A8A8A8. Windows color (decimal): -3176207 or 15829199. OLE color: 15829199.

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

Color convert

RGB207136241-
CMYK0.140.4400.05
HSL280.57º78.95%73.92%-
HSV(B)280.57º43.57%94.51%-
XYZ50.4137.2287.75-
YUV169.2168.52154.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.45%
GREEN value IS 136 (53.52% from 255) = 23.29%
BLUE value IS 241 (94.53% from 255) = 41.27%
R=35.45%
G=23.29%
B=41.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2071362410.140.4400.05280.5778.9573.92
HexCF88F1E2C051194f4a
Octal317210361165405431117112
Binary1100111110001000111100011110101100010110001100110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF88F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF88F1; }

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

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

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

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

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

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

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

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