Html Css Color HEX #CB94C5 Lilac

📋 copy color: '#CB94C5'

red 203 ◦ green 148 ◦ blue 197

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

Shades of Lilac #CB94C5

Tints of Lilac #CB94C5

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.01%

 BLUE value IS 197 (77.34% from 255) = 35.95%

R = 37.04%
G = 27.01%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#CB94C5 (or 0xCB94C5) is known color: Lilac. HEX triplet: CB, 94 and C5. RGB value is (203,148,197). Sum of RGB (Red+Green+Blue) = 203+148+197=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 203 - color contains mainly: red. Hex color #CB94C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB94C5 is #346B3A. Grayscale: #A9A9A9. Windows color (decimal): -3435323 or 12948683. OLE color: 12948683.

HSL color Cylindrical-coordinate representation of color #CB94C5: hue angle of 306.55º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CB94C5 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 148 197 -
CMYK 0 0.27 0.03 0.20
HSL 306.55º 0.35% 0.69% -
HSV(B) 306.55º 0.27% 0.8% -
XYZ 45.3 37.91 57.75 -
YUV 170.03 143.22 151.52 -
System Red Green Blue C M Y K H S L
Decimal 203 148 197 0 0.27 0.03 0.20 306.55 0.35 0.69
Hex CB 94 C5 0 1B 3 14 133 23 45
Octal 313 224 305 0 33 3 24 463 43 105
Binary 11001011 10010100 11000101 0 11011 11 10100 100110011 100011 1000101

Color Harmonies of #CB94C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB94C5

Black with #CB94C5

Text Example


Text Example

White with #CB94C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB94C5; }

 p { color: rgb(203,148,197); }

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

background-color css

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

 a { background-color: rgb(203,148,197); }

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

border-color css

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

 span { border-color: rgb(203,148,197); }

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