Html Css Color HEX #CB90CD Lilac

📋 copy color: '#CB90CD'

red 203 ◦ green 144 ◦ blue 205

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

Shades of Lilac #CB90CD

Tints of Lilac #CB90CD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.09%

 BLUE value IS 205 (80.47% from 255) = 37.14%

R = 36.78%
G = 26.09%
B = 37.14%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB90CD (or 0xCB90CD) is known color: Lilac. HEX triplet: CB, 90 and CD. RGB value is (203,144,205). Sum of RGB (Red+Green+Blue) = 203+144+205=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB90CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB90CD is #346F32. Grayscale: #A8A8A8. Windows color (decimal): -3436339 or 13471947. OLE color: 13471947.

HSL color Cylindrical-coordinate representation of color #CB90CD: hue angle of 298.03º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB90CD is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 144 205 -
CMYK 0.01 0.30 0 0.20
HSL 298.03º 0.38% 0.68% -
HSV(B) 298.03º 0.3% 0.8% -
XYZ 45.62 37.05 62.5 -
YUV 168.6 148.55 152.54 -
System Red Green Blue C M Y K H S L
Decimal 203 144 205 0.01 0.30 0 0.20 298.03 0.38 0.68
Hex CB 90 CD 1 1E 0 14 12A 26 44
Octal 313 220 315 1 36 0 24 452 46 104
Binary 11001011 10010000 11001101 1 11110 0 10100 100101010 100110 1000100

Color Harmonies of #CB90CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB90CD

Black with #CB90CD

Text Example


Text Example

White with #CB90CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB90CD; }

 p { color: rgb(203,144,205); }

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

background-color css

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

 a { background-color: rgb(203,144,205); }

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

border-color css

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

 span { border-color: rgb(203,144,205); }

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