Html Css Color HEX #C090CA Lilac

📋 copy color: '#C090CA'

red 192 ◦ green 144 ◦ blue 202

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

Shades of Lilac #C090CA

Tints of Lilac #C090CA

RGB

 RED value IS 192 (75.39% from 255) = 35.69%

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

 BLUE value IS 202 (79.3% from 255) = 37.55%

R = 35.69%
G = 26.77%
B = 37.55%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C090CA (or 0xC090CA) is known color: Lilac. HEX triplet: C0, 90 and CA. RGB value is (192,144,202). Sum of RGB (Red+Green+Blue) = 192+144+202=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 144 (56.64% from 255 or 26.77% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #C090CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C090CA is #3F6F35. Grayscale: #A4A4A4. Windows color (decimal): -4157238 or 13275328. OLE color: 13275328.

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

Color convert

RGB 192 144 202 -
CMYK 0.05 0.29 0 0.21
HSL 289.66º 0.35% 0.68% -
HSV(B) 289.66º 0.29% 0.79% -
XYZ 42.37 35.42 60.48 -
YUV 164.96 148.9 147.28 -
System Red Green Blue C M Y K H S L
Decimal 192 144 202 0.05 0.29 0 0.21 289.66 0.35 0.68
Hex C0 90 CA 5 1D 0 15 122 23 44
Octal 300 220 312 5 35 0 25 442 43 104
Binary 11000000 10010000 11001010 101 11101 0 10101 100100010 100011 1000100

Color Harmonies of #C090CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C090CA

Black with #C090CA

Text Example


Text Example

White with #C090CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C090CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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