Html Css Color HEX #CC83BD Lily

📋 copy color: '#CC83BD'

red 204 ◦ green 131 ◦ blue 189

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

Shades of Lily #CC83BD

Tints of Lily #CC83BD

RGB

 RED value IS 204 (80.08% from 255) = 38.93%

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

 BLUE value IS 189 (74.22% from 255) = 36.07%

R = 38.93%
G = 25%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC83BD (or 0xCC83BD) is known color: Lily. HEX triplet: CC, 83 and BD. RGB value is (204,131,189). Sum of RGB (Red+Green+Blue) = 204+131+189=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 131 (51.56% from 255 or 25% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CC83BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC83BD is #337C42. Grayscale: #9F9F9F. Windows color (decimal): -3374147 or 12420044. OLE color: 12420044.

HSL color Cylindrical-coordinate representation of color #CC83BD: hue angle of 312.33º degrees, saturation: 0.42, 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 #CC83BD is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 131 189 -
CMYK 0 0.36 0.07 0.2
HSL 312.33º 0.42% 0.66% -
HSV(B) 312.33º 0.36% 0.8% -
XYZ 42.2 32.74 52.24 -
YUV 159.44 144.68 159.78 -
System Red Green Blue C M Y K H S L
Decimal 204 131 189 0 0.36 0.07 0.2 312.33 0.42 0.66
Hex CC 83 BD 0 24 7 14 138 2A 42
Octal 314 203 275 0 44 7 24 470 52 102
Binary 11001100 10000011 10111101 0 100100 111 10100 100111000 101010 1000010

Color Harmonies of #CC83BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC83BD

Black with #CC83BD

Text Example


Text Example

White with #CC83BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC83BD; }

 p { color: rgb(204,131,189); }

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

background-color css

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

 a { background-color: rgb(204,131,189); }

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

border-color css

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

 span { border-color: rgb(204,131,189); }

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