Html Css Color HEX #CC8BCA Lilac

📋 copy color: '#CC8BCA'

red 204 ◦ green 139 ◦ blue 202

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

Shades of Lilac #CC8BCA

Tints of Lilac #CC8BCA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.5%

 BLUE value IS 202 (79.3% from 255) = 37.06%

R = 37.43%
G = 25.5%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC8BCA (or 0xCC8BCA) is known color: Lilac. HEX triplet: CC, 8B and CA. RGB value is (204,139,202). Sum of RGB (Red+Green+Blue) = 204+139+202=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8BCA is #337435. Grayscale: #A5A5A5. Windows color (decimal): -3372086 or 13274060. OLE color: 13274060.

HSL color Cylindrical-coordinate representation of color #CC8BCA: hue angle of 301.85º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC8BCA is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 139 202 -
CMYK 0 0.32 0.01 0.2
HSL 301.85º 0.39% 0.67% -
HSV(B) 301.85º 0.32% 0.8% -
XYZ 44.8 35.57 60.38 -
YUV 165.62 148.53 155.38 -
System Red Green Blue C M Y K H S L
Decimal 204 139 202 0 0.32 0.01 0.2 301.85 0.39 0.67
Hex CC 8B CA 0 20 1 14 12E 27 43
Octal 314 213 312 0 40 1 24 456 47 103
Binary 11001100 10001011 11001010 0 100000 1 10100 100101110 100111 1000011

Color Harmonies of #CC8BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8BCA

Black with #CC8BCA

Text Example


Text Example

White with #CC8BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8BCA; }

 p { color: rgb(204,139,202); }

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

background-color css

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

 a { background-color: rgb(204,139,202); }

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

border-color css

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

 span { border-color: rgb(204,139,202); }

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