Html Css Color HEX #CC84DD Wisteria

📋 copy color: '#CC84DD'

red 204 ◦ green 132 ◦ blue 221

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

Shades of Wisteria #CC84DD

Tints of Wisteria #CC84DD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.7%

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

R = 36.62%
G = 23.7%
B = 39.68%

CMYK

 C value IS 0.08

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC84DD (or 0xCC84DD) is known color: Wisteria. HEX triplet: CC, 84 and DD. RGB value is (204,132,221). Sum of RGB (Red+Green+Blue) = 204+132+221=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 132 (51.95% from 255 or 23.70% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC84DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC84DD is #337B22. Grayscale: #A3A3A3. Windows color (decimal): -3373859 or 14517452. OLE color: 14517452.

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

Color convert

RGB 204 132 221 -
CMYK 0.08 0.40 0 0.13
HSL 288.54º 0.57% 0.69% -
HSV(B) 288.54º 0.4% 0.87% -
XYZ 46.2 34.56 72.64 -
YUV 163.67 160.35 156.76 -
System Red Green Blue C M Y K H S L
Decimal 204 132 221 0.08 0.40 0 0.13 288.54 0.57 0.69
Hex CC 84 DD 8 28 0 D 121 39 45
Octal 314 204 335 10 50 0 15 441 71 105
Binary 11001100 10000100 11011101 1000 101000 0 1101 100100001 111001 1000101

Color Harmonies of #CC84DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC84DD

Black with #CC84DD

Text Example


Text Example

White with #CC84DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC84DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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