Html Css Color HEX #CA98CA Lilac

📋 copy color: '#CA98CA'

red 202 ◦ green 152 ◦ blue 202

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

Shades of Lilac #CA98CA

Tints of Lilac #CA98CA

RGB

 RED value IS 202 (79.3% from 255) = 36.33%

 GREEN value IS 152 (59.77% from 255) = 27.34%

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

R = 36.33%
G = 27.34%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CA98CA (or 0xCA98CA) is known color: Lilac. HEX triplet: CA, 98 and CA. RGB value is (202,152,202). Sum of RGB (Red+Green+Blue) = 202+152+202=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 152 (59.77% from 255 or 27.34% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA98CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA98CA is #356735. Grayscale: #ACACAC. Windows color (decimal): -3499830 or 13277386. OLE color: 13277386.

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

Color convert

RGB 202 152 202 -
CMYK 0 0.25 0 0.21
HSL 300º 0.32% 0.69% -
HSV(B) 300º 0.25% 0.79% -
XYZ 46.25 39.28 61.02 -
YUV 172.65 144.57 148.93 -
System Red Green Blue C M Y K H S L
Decimal 202 152 202 0 0.25 0 0.21 300 0.32 0.69
Hex CA 98 CA 0 19 0 15 12C 20 45
Octal 312 230 312 0 31 0 25 454 40 105
Binary 11001010 10011000 11001010 0 11001 0 10101 100101100 100000 1000101

Color Harmonies of #CA98CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA98CA

Black with #CA98CA

Text Example


Text Example

White with #CA98CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA98CA; }

 p { color: rgb(202,152,202); }

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

background-color css

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

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

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

border-color css

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

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

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