Html Css Color HEX #C8B2CA Lilac

📋 copy color: '#C8B2CA'

red 200 ◦ green 178 ◦ blue 202

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

Shades of Lilac #C8B2CA

Tints of Lilac #C8B2CA

RGB

 RED value IS 200 (78.52% from 255) = 34.48%

 GREEN value IS 178 (69.92% from 255) = 30.69%

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

R = 34.48%
G = 30.69%
B = 34.83%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C8B2CA (or 0xC8B2CA) is known color: Lilac. HEX triplet: C8, B2 and CA. RGB value is (200,178,202). Sum of RGB (Red+Green+Blue) = 200+178+202=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 178 (69.92% from 255 or 30.69% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 202 - color contains mainly: blue. Hex color #C8B2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B2CA is #374D35. Grayscale: #BBBBBB. Windows color (decimal): -3624246 or 13284040. OLE color: 13284040.

HSL color Cylindrical-coordinate representation of color #C8B2CA: hue angle of 295º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8B2CA is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 200 178 202 -
CMYK 0.01 0.12 0 0.21
HSL 295º 0.18% 0.75% -
HSV(B) 295º 0.12% 0.79% -
XYZ 50.4 48.38 62.56 -
YUV 187.31 136.29 137.05 -
System Red Green Blue C M Y K H S L
Decimal 200 178 202 0.01 0.12 0 0.21 295 0.18 0.75
Hex C8 B2 CA 1 C 0 15 127 12 4B
Octal 310 262 312 1 14 0 25 447 22 113
Binary 11001000 10110010 11001010 1 1100 0 10101 100100111 10010 1001011

Color Harmonies of #C8B2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B2CA

Black with #C8B2CA

Text Example


Text Example

White with #C8B2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B2CA; }

 p { color: rgb(200,178,202); }

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

background-color css

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

 a { background-color: rgb(200,178,202); }

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

border-color css

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

 span { border-color: rgb(200,178,202); }

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