Html Css Color HEX #CC81F8 Heliotrope

📋 copy color: '#CC81F8'

red 204 ◦ green 129 ◦ blue 248

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

Shades of Heliotrope #CC81F8

Tints of Heliotrope #CC81F8

RGB

 RED value IS 204 (80.08% from 255) = 35.11%

 GREEN value IS 129 (50.78% from 255) = 22.2%

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

R = 35.11%
G = 22.2%
B = 42.69%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CC81F8 (or 0xCC81F8) is known color: Heliotrope. HEX triplet: CC, 81 and F8. RGB value is (204,129,248). Sum of RGB (Red+Green+Blue) = 204+129+248=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 129 (50.78% from 255 or 22.20% from 581); Blue value is 248 (97.27% from 255 or 42.69% from 581); Max value from RGB is 248 - color contains mainly: blue. Hex color #CC81F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC81F8 is #337E07. Grayscale: #A4A4A4. Windows color (decimal): -3374600 or 16286156. OLE color: 16286156.

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

Color convert

RGB 204 129 248 -
CMYK 0.18 0.48 0 0.03
HSL 277.82º 0.89% 0.74% -
HSV(B) 277.82º 0.48% 0.97% -
XYZ 49.7 35.32 93 -
YUV 164.99 174.85 155.82 -
System Red Green Blue C M Y K H S L
Decimal 204 129 248 0.18 0.48 0 0.03 277.82 0.89 0.74
Hex CC 81 F8 12 30 0 3 116 59 4A
Octal 314 201 370 22 60 0 3 426 131 112
Binary 11001100 10000001 11111000 10010 110000 0 11 100010110 1011001 1001010

Color Harmonies of #CC81F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC81F8

Black with #CC81F8

Text Example


Text Example

White with #CC81F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC81F8; }

 p { color: rgb(204,129,248); }

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

background-color css

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

 a { background-color: rgb(204,129,248); }

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

border-color css

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

 span { border-color: rgb(204,129,248); }

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