Html Css Color HEX #CC8FFE Heliotrope

📋 copy color: '#CC8FFE'

red 204 ◦ green 143 ◦ blue 254

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

Shades of Heliotrope #CC8FFE

Tints of Heliotrope #CC8FFE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.79%

 BLUE value IS 254 (99.61% from 255) = 42.26%

R = 33.94%
G = 23.79%
B = 42.26%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC8FFE (or 0xCC8FFE) is known color: Heliotrope. HEX triplet: CC, 8F and FE. RGB value is (204,143,254). Sum of RGB (Red+Green+Blue) = 204+143+254=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 143 (56.25% from 255 or 23.79% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC8FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8FFE is #337001. Grayscale: #ADADAD. Windows color (decimal): -3371010 or 16682956. OLE color: 16682956.

HSL color Cylindrical-coordinate representation of color #CC8FFE: hue angle of 272.97º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC8FFE is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 143 254 -
CMYK 0.20 0.44 0 0.00
HSL 272.97º 0.98% 0.78% -
HSV(B) 272.97º 0.44% 1% -
XYZ 52.61 39.64 98.64 -
YUV 173.89 173.21 149.47 -
System Red Green Blue C M Y K H S L
Decimal 204 143 254 0.20 0.44 0 0.00 272.97 0.98 0.78
Hex CC 8F FE 14 2C 0 0 111 62 4E
Octal 314 217 376 24 54 0 0 421 142 116
Binary 11001100 10001111 11111110 10100 101100 0 0 100010001 1100010 1001110

Color Harmonies of #CC8FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8FFE

Black with #CC8FFE

Text Example


Text Example

White with #CC8FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8FFE; }

 p { color: rgb(204,143,254); }

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

background-color css

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

 a { background-color: rgb(204,143,254); }

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

border-color css

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

 span { border-color: rgb(204,143,254); }

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