Html Css Color HEX #CD95C8 Lilac

📋 copy color: '#CD95C8'

red 205 ◦ green 149 ◦ blue 200

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

Shades of Lilac #CD95C8

Tints of Lilac #CD95C8

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.9%

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

R = 37%
G = 26.9%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CD95C8 (or 0xCD95C8) is known color: Lilac. HEX triplet: CD, 95 and C8. RGB value is (205,149,200). Sum of RGB (Red+Green+Blue) = 205+149+200=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 200 (78.52% from 255 or 36.10% from 554); Max value from RGB is 205 - color contains mainly: red. Hex color #CD95C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD95C8 is #326A37. Grayscale: #ABABAB. Windows color (decimal): -3303992 or 13145549. OLE color: 13145549.

HSL color Cylindrical-coordinate representation of color #CD95C8: hue angle of 305.36º degrees, saturation: 0.36, 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 #CD95C8 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 149 200 -
CMYK 0 0.27 0.02 0.20
HSL 305.36º 0.36% 0.69% -
HSV(B) 305.36º 0.27% 0.8% -
XYZ 46.35 38.64 59.66 -
YUV 171.56 144.05 151.85 -
System Red Green Blue C M Y K H S L
Decimal 205 149 200 0 0.27 0.02 0.20 305.36 0.36 0.69
Hex CD 95 C8 0 1B 2 14 131 24 45
Octal 315 225 310 0 33 2 24 461 44 105
Binary 11001101 10010101 11001000 0 11011 10 10100 100110001 100100 1000101

Color Harmonies of #CD95C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD95C8

Black with #CD95C8

Text Example


Text Example

White with #CD95C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD95C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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