Html Css Color HEX #CD83B1 Lily

📋 copy color: '#CD83B1'

red 205 ◦ green 131 ◦ blue 177

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

Shades of Lily #CD83B1

Tints of Lily #CD83B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.5%

R = 39.96%
G = 25.54%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CD83B1 (or 0xCD83B1) is known color: Lily. HEX triplet: CD, 83 and B1. RGB value is (205,131,177). Sum of RGB (Red+Green+Blue) = 205+131+177=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 131 (51.56% from 255 or 25.54% from 513); Blue value is 177 (69.53% from 255 or 34.50% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CD83B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD83B1 is #327C4E. Grayscale: #9E9E9E. Windows color (decimal): -3308623 or 11633613. OLE color: 11633613.

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

Color convert

RGB 205 131 177 -
CMYK 0 0.36 0.14 0.20
HSL 322.7º 0.43% 0.66% -
HSV(B) 322.7º 0.36% 0.8% -
XYZ 41.23 32.39 45.67 -
YUV 158.37 138.52 161.26 -
System Red Green Blue C M Y K H S L
Decimal 205 131 177 0 0.36 0.14 0.20 322.7 0.43 0.66
Hex CD 83 B1 0 24 E 14 143 2B 42
Octal 315 203 261 0 44 16 24 503 53 102
Binary 11001101 10000011 10110001 0 100100 1110 10100 101000011 101011 1000010

Color Harmonies of #CD83B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD83B1

Black with #CD83B1

Text Example


Text Example

White with #CD83B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD83B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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