Html Css Color HEX #CF88F8 Heliotrope

📋 copy color: '#CF88F8'

red 207 ◦ green 136 ◦ blue 248

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

Shades of Heliotrope #CF88F8

Tints of Heliotrope #CF88F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 41.96%

R = 35.03%
G = 23.01%
B = 41.96%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CF88F8 (or 0xCF88F8) is known color: Heliotrope. HEX triplet: CF, 88 and F8. RGB value is (207,136,248). Sum of RGB (Red+Green+Blue) = 207+136+248=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 136 (53.52% from 255 or 23.01% from 591); Blue value is 248 (97.27% from 255 or 41.96% from 591); Max value from RGB is 248 - color contains mainly: blue. Hex color #CF88F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF88F8 is #307707. Grayscale: #A9A9A9. Windows color (decimal): -3176200 or 16287951. OLE color: 16287951.

HSL color Cylindrical-coordinate representation of color #CF88F8: hue angle of 278.04º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF88F8 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 207 136 248 -
CMYK 0.17 0.45 0 0.03
HSL 278.04º 0.89% 0.75% -
HSV(B) 278.04º 0.45% 0.97% -
XYZ 51.48 37.65 93.36 -
YUV 170 172.02 154.39 -
System Red Green Blue C M Y K H S L
Decimal 207 136 248 0.17 0.45 0 0.03 278.04 0.89 0.75
Hex CF 88 F8 11 2D 0 3 116 59 4B
Octal 317 210 370 21 55 0 3 426 131 113
Binary 11001111 10001000 11111000 10001 101101 0 11 100010110 1011001 1001011

Color Harmonies of #CF88F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF88F8

Black with #CF88F8

Text Example


Text Example

White with #CF88F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF88F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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