Html Css Color HEX #CC8CFF Heliotrope

📋 copy color: '#CC8CFF'

red 204 ◦ green 140 ◦ blue 255

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

Shades of Heliotrope #CC8CFF

Tints of Heliotrope #CC8CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.57%

R = 34.06%
G = 23.37%
B = 42.57%

CMYK

 C value IS 0.2

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC8CFF (or 0xCC8CFF) is known color: Heliotrope. HEX triplet: CC, 8C and FF. RGB value is (204,140,255). Sum of RGB (Red+Green+Blue) = 204+140+255=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 140 (55.08% from 255 or 23.37% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC8CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8CFF is #337300. Grayscale: #ABABAB. Windows color (decimal): -3371777 or 16747724. OLE color: 16747724.

HSL color Cylindrical-coordinate representation of color #CC8CFF: hue angle of 273.39º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC8CFF is Cyan = 0.2, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 140 255 -
CMYK 0.2 0.45 0 0
HSL 273.39º 1% 0.77% -
HSV(B) 273.39º 0.45% 1% -
XYZ 52.33 38.81 99.34 -
YUV 172.25 174.7 150.65 -
System Red Green Blue C M Y K H S L
Decimal 204 140 255 0.2 0.45 0 0 273.39 1 0.77
Hex CC 8C FF 14 2D 0 0 111 64 4D
Octal 314 214 377 24 55 0 0 421 144 115
Binary 11001100 10001100 11111111 10100 101101 0 0 100010001 1100100 1001101

Color Harmonies of #CC8CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8CFF

Black with #CC8CFF

Text Example


Text Example

White with #CC8CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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