Html Css Color HEX #CB98C7 Lilac

📋 copy color: '#CB98C7'

red 203 ◦ green 152 ◦ blue 199

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

Shades of Lilac #CB98C7

Tints of Lilac #CB98C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.92%

R = 36.64%
G = 27.44%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CB98C7 (or 0xCB98C7) is known color: Lilac. HEX triplet: CB, 98 and C7. RGB value is (203,152,199). Sum of RGB (Red+Green+Blue) = 203+152+199=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 199 (78.12% from 255 or 35.92% from 554); Max value from RGB is 203 - color contains mainly: red. Hex color #CB98C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB98C7 is #346738. Grayscale: #ACACAC. Windows color (decimal): -3434297 or 13080779. OLE color: 13080779.

HSL color Cylindrical-coordinate representation of color #CB98C7: hue angle of 304.71º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CB98C7 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 152 199 -
CMYK 0 0.25 0.02 0.20
HSL 304.71º 0.33% 0.7% -
HSV(B) 304.71º 0.25% 0.8% -
XYZ 46.17 39.28 59.18 -
YUV 172.61 142.9 149.68 -
System Red Green Blue C M Y K H S L
Decimal 203 152 199 0 0.25 0.02 0.20 304.71 0.33 0.7
Hex CB 98 C7 0 19 2 14 131 21 46
Octal 313 230 307 0 31 2 24 461 41 106
Binary 11001011 10011000 11000111 0 11001 10 10100 100110001 100001 1000110

Color Harmonies of #CB98C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB98C7

Black with #CB98C7

Text Example


Text Example

White with #CB98C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB98C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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