Html Css Color HEX #CF88F2 Heliotrope

📋 copy color: '#CF88F2'

red 207 ◦ green 136 ◦ blue 242

#CF88F2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #CF88F2

Tints of Heliotrope #CF88F2

RGB

 RED value IS 207 (81.25% from 255) = 35.38%

 GREEN value IS 136 (53.52% from 255) = 23.25%

 BLUE value IS 242 (94.92% from 255) = 41.37%

R = 35.38%
G = 23.25%
B = 41.37%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CF88F2 (or 0xCF88F2) is known color: Heliotrope. HEX triplet: CF, 88 and F2. RGB value is (207,136,242). Sum of RGB (Red+Green+Blue) = 207+136+242=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 136 (53.52% from 255 or 23.25% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 242 - color contains mainly: blue. Hex color #CF88F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF88F2 is #30770D. Grayscale: #A8A8A8. Windows color (decimal): -3176206 or 15894735. OLE color: 15894735.

HSL color Cylindrical-coordinate representation of color #CF88F2: hue angle of 280.19º degrees, saturation: 0.8, 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 #CF88F2 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 136 242 -
CMYK 0.14 0.44 0 0.05
HSL 280.19º 0.8% 0.74% -
HSV(B) 280.19º 0.44% 0.95% -
XYZ 50.56 37.28 88.54 -
YUV 169.31 169.02 154.88 -
System Red Green Blue C M Y K H S L
Decimal 207 136 242 0.14 0.44 0 0.05 280.19 0.8 0.74
Hex CF 88 F2 E 2C 0 5 118 50 4A
Octal 317 210 362 16 54 0 5 430 120 112
Binary 11001111 10001000 11110010 1110 101100 0 101 100011000 1010000 1001010

Color Harmonies of #CF88F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF88F2

Black with #CF88F2

Text Example


Text Example

White with #CF88F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF88F2; }

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

 H1.HeaderClassName
 {
   color: #CF88F2;
 }
 .AnyTagClassName
 {
   color: #CF88F2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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