Html Css Color HEX #CCA4DD Wisteria

📋 copy color: '#CCA4DD'

red 204 ◦ green 164 ◦ blue 221

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

Shades of Wisteria #CCA4DD

Tints of Wisteria #CCA4DD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.84%

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

R = 34.63%
G = 27.84%
B = 37.52%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCA4DD (or 0xCCA4DD) is known color: Wisteria. HEX triplet: CC, A4 and DD. RGB value is (204,164,221). Sum of RGB (Red+Green+Blue) = 204+164+221=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 164 (64.45% from 255 or 27.84% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCA4DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA4DD is #335B22. Grayscale: #B6B6B6. Windows color (decimal): -3365667 or 14525644. OLE color: 14525644.

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

Color convert

RGB 204 164 221 -
CMYK 0.08 0.26 0 0.13
HSL 282.11º 0.46% 0.75% -
HSV(B) 282.11º 0.26% 0.87% -
XYZ 51.23 44.61 74.32 -
YUV 182.46 149.75 143.37 -
System Red Green Blue C M Y K H S L
Decimal 204 164 221 0.08 0.26 0 0.13 282.11 0.46 0.75
Hex CC A4 DD 8 1A 0 D 11A 2E 4B
Octal 314 244 335 10 32 0 15 432 56 113
Binary 11001100 10100100 11011101 1000 11010 0 1101 100011010 101110 1001011

Color Harmonies of #CCA4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA4DD

Black with #CCA4DD

Text Example


Text Example

White with #CCA4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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