Html Css Color HEX #CCA4DB Wisteria

📋 copy color: '#CCA4DB'

red 204 ◦ green 164 ◦ blue 219

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

Shades of Wisteria #CCA4DB

Tints of Wisteria #CCA4DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.31%

R = 34.75%
G = 27.94%
B = 37.31%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCA4DB (or 0xCCA4DB) is known color: Wisteria. HEX triplet: CC, A4 and DB. RGB value is (204,164,219). Sum of RGB (Red+Green+Blue) = 204+164+219=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 164 (64.45% from 255 or 27.94% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCA4DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA4DB is #335B24. Grayscale: #B6B6B6. Windows color (decimal): -3365669 or 14394572. OLE color: 14394572.

HSL color Cylindrical-coordinate representation of color #CCA4DB: hue angle of 283.64º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCA4DB is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 164 219 -
CMYK 0.07 0.25 0 0.14
HSL 283.64º 0.43% 0.75% -
HSV(B) 283.64º 0.25% 0.86% -
XYZ 50.96 44.5 72.92 -
YUV 182.23 148.75 143.53 -
System Red Green Blue C M Y K H S L
Decimal 204 164 219 0.07 0.25 0 0.14 283.64 0.43 0.75
Hex CC A4 DB 7 19 0 E 11C 2B 4B
Octal 314 244 333 7 31 0 16 434 53 113
Binary 11001100 10100100 11011011 111 11001 0 1110 100011100 101011 1001011

Color Harmonies of #CCA4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA4DB

Black with #CCA4DB

Text Example


Text Example

White with #CCA4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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