Html Css Color HEX #CD83BA Lily

📋 copy color: '#CD83BA'

red 205 ◦ green 131 ◦ blue 186

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

Shades of Lily #CD83BA

Tints of Lily #CD83BA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.1%

 BLUE value IS 186 (73.05% from 255) = 35.63%

R = 39.27%
G = 25.1%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CD83BA (or 0xCD83BA) is known color: Lily. HEX triplet: CD, 83 and BA. RGB value is (205,131,186). Sum of RGB (Red+Green+Blue) = 205+131+186=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 131 (51.56% from 255 or 25.10% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 205 - color contains mainly: red. Hex color #CD83BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD83BA is #327C45. Grayscale: #9F9F9F. Windows color (decimal): -3308614 or 12223437. OLE color: 12223437.

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

Color convert

RGB 205 131 186 -
CMYK 0 0.36 0.09 0.20
HSL 315.41º 0.43% 0.66% -
HSV(B) 315.41º 0.36% 0.8% -
XYZ 42.16 32.76 50.56 -
YUV 159.4 143.02 160.53 -
System Red Green Blue C M Y K H S L
Decimal 205 131 186 0 0.36 0.09 0.20 315.41 0.43 0.66
Hex CD 83 BA 0 24 9 14 13B 2B 42
Octal 315 203 272 0 44 11 24 473 53 102
Binary 11001101 10000011 10111010 0 100100 1001 10100 100111011 101011 1000010

Color Harmonies of #CD83BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD83BA

Black with #CD83BA

Text Example


Text Example

White with #CD83BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD83BA; }

 p { color: rgb(205,131,186); }

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

background-color css

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

 a { background-color: rgb(205,131,186); }

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

border-color css

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

 span { border-color: rgb(205,131,186); }

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