Html Css Color HEX #CA98CF Lilac

📋 copy color: '#CA98CF'

red 202 ◦ green 152 ◦ blue 207

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

Shades of Lilac #CA98CF

Tints of Lilac #CA98CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.9%

R = 36.01%
G = 27.09%
B = 36.9%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA98CF (or 0xCA98CF) is known color: Lilac. HEX triplet: CA, 98 and CF. RGB value is (202,152,207). Sum of RGB (Red+Green+Blue) = 202+152+207=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 152 (59.77% from 255 or 27.09% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA98CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA98CF is #356730. Grayscale: #ADADAD. Windows color (decimal): -3499825 or 13605066. OLE color: 13605066.

HSL color Cylindrical-coordinate representation of color #CA98CF: hue angle of 294.55º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA98CF is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 152 207 -
CMYK 0.02 0.27 0 0.19
HSL 294.55º 0.36% 0.7% -
HSV(B) 294.55º 0.27% 0.81% -
XYZ 46.85 39.52 64.19 -
YUV 173.22 147.07 148.53 -
System Red Green Blue C M Y K H S L
Decimal 202 152 207 0.02 0.27 0 0.19 294.55 0.36 0.7
Hex CA 98 CF 2 1B 0 13 127 24 46
Octal 312 230 317 2 33 0 23 447 44 106
Binary 11001010 10011000 11001111 10 11011 0 10011 100100111 100100 1000110

Color Harmonies of #CA98CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA98CF

Black with #CA98CF

Text Example


Text Example

White with #CA98CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA98CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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