Html Css Color HEX #CD94C8 Lilac

📋 copy color: '#CD94C8'

red 205 ◦ green 148 ◦ blue 200

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

Shades of Lilac #CD94C8

Tints of Lilac #CD94C8

RGB

 RED value IS 205 (80.47% from 255) = 37.07%

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

 BLUE value IS 200 (78.52% from 255) = 36.17%

R = 37.07%
G = 26.76%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CD94C8 (or 0xCD94C8) is known color: Lilac. HEX triplet: CD, 94 and C8. RGB value is (205,148,200). Sum of RGB (Red+Green+Blue) = 205+148+200=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 148 (58.20% from 255 or 26.76% from 553); Blue value is 200 (78.52% from 255 or 36.17% from 553); Max value from RGB is 205 - color contains mainly: red. Hex color #CD94C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD94C8 is #326B37. Grayscale: #AAAAAA. Windows color (decimal): -3304248 or 13145293. OLE color: 13145293.

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

Color convert

RGB 205 148 200 -
CMYK 0 0.28 0.02 0.20
HSL 305.26º 0.36% 0.69% -
HSV(B) 305.26º 0.28% 0.8% -
XYZ 46.19 38.33 59.61 -
YUV 170.97 144.38 152.27 -
System Red Green Blue C M Y K H S L
Decimal 205 148 200 0 0.28 0.02 0.20 305.26 0.36 0.69
Hex CD 94 C8 0 1C 2 14 131 24 45
Octal 315 224 310 0 34 2 24 461 44 105
Binary 11001101 10010100 11001000 0 11100 10 10100 100110001 100100 1000101

Color Harmonies of #CD94C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD94C8

Black with #CD94C8

Text Example


Text Example

White with #CD94C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD94C8; }

 p { color: rgb(205,148,200); }

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

background-color css

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

 a { background-color: rgb(205,148,200); }

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

border-color css

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

 span { border-color: rgb(205,148,200); }

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