Html Css Color HEX #CC83DD Wisteria

📋 copy color: '#CC83DD'

red 204 ◦ green 131 ◦ blue 221

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

Shades of Wisteria #CC83DD

Tints of Wisteria #CC83DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.75%

R = 36.69%
G = 23.56%
B = 39.75%

CMYK

 C value IS 0.08

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC83DD (or 0xCC83DD) is known color: Wisteria. HEX triplet: CC, 83 and DD. RGB value is (204,131,221). Sum of RGB (Red+Green+Blue) = 204+131+221=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 131 (51.56% from 255 or 23.56% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC83DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC83DD is #337C22. Grayscale: #A2A2A2. Windows color (decimal): -3374115 or 14517196. OLE color: 14517196.

HSL color Cylindrical-coordinate representation of color #CC83DD: hue angle of 288.67º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC83DD is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 131 221 -
CMYK 0.08 0.41 0 0.13
HSL 288.67º 0.57% 0.69% -
HSV(B) 288.67º 0.41% 0.87% -
XYZ 46.07 34.29 72.6 -
YUV 163.09 160.68 157.18 -
System Red Green Blue C M Y K H S L
Decimal 204 131 221 0.08 0.41 0 0.13 288.67 0.57 0.69
Hex CC 83 DD 8 29 0 D 121 39 45
Octal 314 203 335 10 51 0 15 441 71 105
Binary 11001100 10000011 11011101 1000 101001 0 1101 100100001 111001 1000101

Color Harmonies of #CC83DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC83DD

Black with #CC83DD

Text Example


Text Example

White with #CC83DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC83DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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