Html Css Color HEX #CC8CFC Heliotrope

📋 copy color: '#CC8CFC'

red 204 ◦ green 140 ◦ blue 252

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

Shades of Heliotrope #CC8CFC

Tints of Heliotrope #CC8CFC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.49%

 BLUE value IS 252 (98.83% from 255) = 42.28%

R = 34.23%
G = 23.49%
B = 42.28%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC8CFC (or 0xCC8CFC) is known color: Heliotrope. HEX triplet: CC, 8C and FC. RGB value is (204,140,252). Sum of RGB (Red+Green+Blue) = 204+140+252=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 140 (55.08% from 255 or 23.49% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC8CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8CFC is #337303. Grayscale: #ABABAB. Windows color (decimal): -3371780 or 16551116. OLE color: 16551116.

HSL color Cylindrical-coordinate representation of color #CC8CFC: hue angle of 274.29º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC8CFC is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 140 252 -
CMYK 0.19 0.44 0 0.01
HSL 274.29º 0.95% 0.77% -
HSV(B) 274.29º 0.44% 0.99% -
XYZ 51.85 38.62 96.82 -
YUV 171.9 173.2 150.89 -
System Red Green Blue C M Y K H S L
Decimal 204 140 252 0.19 0.44 0 0.01 274.29 0.95 0.77
Hex CC 8C FC 13 2C 0 1 112 5F 4D
Octal 314 214 374 23 54 0 1 422 137 115
Binary 11001100 10001100 11111100 10011 101100 0 1 100010010 1011111 1001101

Color Harmonies of #CC8CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8CFC

Black with #CC8CFC

Text Example


Text Example

White with #CC8CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8CFC; }

 p { color: rgb(204,140,252); }

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

background-color css

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

 a { background-color: rgb(204,140,252); }

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

border-color css

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

 span { border-color: rgb(204,140,252); }

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