Html Css Color HEX #CC7FF8 Heliotrope

📋 copy color: '#CC7FF8'

red 204 ◦ green 127 ◦ blue 248

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

Shades of Heliotrope #CC7FF8

Tints of Heliotrope #CC7FF8

RGB

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

 GREEN value IS 127 (50% from 255) = 21.93%

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

R = 35.23%
G = 21.93%
B = 42.83%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CC7FF8 (or 0xCC7FF8) is known color: Heliotrope. HEX triplet: CC, 7F and F8. RGB value is (204,127,248). Sum of RGB (Red+Green+Blue) = 204+127+248=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 127 (50% from 255 or 21.93% from 579); Blue value is 248 (97.27% from 255 or 42.83% from 579); Max value from RGB is 248 - color contains mainly: blue. Hex color #CC7FF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7FF8 is #338007. Grayscale: #A3A3A3. Windows color (decimal): -3375112 or 16285644. OLE color: 16285644.

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

Color convert

RGB 204 127 248 -
CMYK 0.18 0.49 0 0.03
HSL 278.18º 0.9% 0.74% -
HSV(B) 278.18º 0.49% 0.97% -
XYZ 49.43 34.79 92.92 -
YUV 163.82 175.51 156.66 -
System Red Green Blue C M Y K H S L
Decimal 204 127 248 0.18 0.49 0 0.03 278.18 0.9 0.74
Hex CC 7F F8 12 31 0 3 116 5A 4A
Octal 314 177 370 22 61 0 3 426 132 112
Binary 11001100 1111111 11111000 10010 110001 0 11 100010110 1011010 1001010

Color Harmonies of #CC7FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7FF8

Black with #CC7FF8

Text Example


Text Example

White with #CC7FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7FF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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