Html Css Color HEX #CB90C0 Lilac

📋 copy color: '#CB90C0'

red 203 ◦ green 144 ◦ blue 192

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

Shades of Lilac #CB90C0

Tints of Lilac #CB90C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.62%

R = 37.66%
G = 26.72%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#CB90C0 (or 0xCB90C0) is known color: Lilac. HEX triplet: CB, 90 and C0. RGB value is (203,144,192). Sum of RGB (Red+Green+Blue) = 203+144+192=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 203 - color contains mainly: red. Hex color #CB90C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB90C0 is #346F3F. Grayscale: #A6A6A6. Windows color (decimal): -3436352 or 12619979. OLE color: 12619979.

HSL color Cylindrical-coordinate representation of color #CB90C0: hue angle of 311.19º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB90C0 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 144 192 -
CMYK 0 0.29 0.05 0.20
HSL 311.19º 0.36% 0.68% -
HSV(B) 311.19º 0.29% 0.8% -
XYZ 44.12 36.45 54.58 -
YUV 167.11 142.05 153.6 -
System Red Green Blue C M Y K H S L
Decimal 203 144 192 0 0.29 0.05 0.20 311.19 0.36 0.68
Hex CB 90 C0 0 1D 5 14 137 24 44
Octal 313 220 300 0 35 5 24 467 44 104
Binary 11001011 10010000 11000000 0 11101 101 10100 100110111 100100 1000100

Color Harmonies of #CB90C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB90C0

Black with #CB90C0

Text Example


Text Example

White with #CB90C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB90C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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