Html Css Color HEX #C895CA Lilac

📋 copy color: '#C895CA'

red 200 ◦ green 149 ◦ blue 202

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

Shades of Lilac #C895CA

Tints of Lilac #C895CA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.04%

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

R = 36.3%
G = 27.04%
B = 36.66%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C895CA (or 0xC895CA) is known color: Lilac. HEX triplet: C8, 95 and CA. RGB value is (200,149,202). Sum of RGB (Red+Green+Blue) = 200+149+202=551 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.30% from 551); Green value is 149 (58.59% from 255 or 27.04% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 202 - color contains mainly: blue. Hex color #C895CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C895CA is #376A35. Grayscale: #AAAAAA. Windows color (decimal): -3631670 or 13276616. OLE color: 13276616.

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

Color convert

RGB 200 149 202 -
CMYK 0.01 0.26 0 0.21
HSL 297.74º 0.33% 0.69% -
HSV(B) 297.74º 0.26% 0.79% -
XYZ 45.23 38.04 60.84 -
YUV 170.29 145.9 149.19 -
System Red Green Blue C M Y K H S L
Decimal 200 149 202 0.01 0.26 0 0.21 297.74 0.33 0.69
Hex C8 95 CA 1 1A 0 15 12A 21 45
Octal 310 225 312 1 32 0 25 452 41 105
Binary 11001000 10010101 11001010 1 11010 0 10101 100101010 100001 1000101

Color Harmonies of #C895CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C895CA

Black with #C895CA

Text Example


Text Example

White with #C895CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C895CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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