Html Css Color HEX #CB98D0 Lilac

📋 copy color: '#CB98D0'

red 203 ◦ green 152 ◦ blue 208

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

Shades of Lilac #CB98D0

Tints of Lilac #CB98D0

RGB

 RED value IS 203 (79.69% from 255) = 36.06%

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

 BLUE value IS 208 (81.64% from 255) = 36.94%

R = 36.06%
G = 27%
B = 36.94%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CB98D0 (or 0xCB98D0) is known color: Lilac. HEX triplet: CB, 98 and D0. RGB value is (203,152,208). Sum of RGB (Red+Green+Blue) = 203+152+208=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 208 (81.64% from 255 or 36.94% from 563); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB98D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB98D0 is #34672F. Grayscale: #ADADAD. Windows color (decimal): -3434288 or 13670603. OLE color: 13670603.

HSL color Cylindrical-coordinate representation of color #CB98D0: hue angle of 294.64º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CB98D0 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 203 152 208 -
CMYK 0.02 0.27 0 0.18
HSL 294.64º 0.37% 0.71% -
HSV(B) 294.64º 0.27% 0.82% -
XYZ 47.24 39.71 64.85 -
YUV 173.63 147.4 148.95 -
System Red Green Blue C M Y K H S L
Decimal 203 152 208 0.02 0.27 0 0.18 294.64 0.37 0.71
Hex CB 98 D0 2 1B 0 12 127 25 47
Octal 313 230 320 2 33 0 22 447 45 107
Binary 11001011 10011000 11010000 10 11011 0 10010 100100111 100101 1000111

Color Harmonies of #CB98D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB98D0

Black with #CB98D0

Text Example


Text Example

White with #CB98D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB98D0; }

 p { color: rgb(203,152,208); }

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

background-color css

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

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

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

border-color css

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

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

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