Html Css Color HEX #CCA3DB Wisteria

📋 copy color: '#CCA3DB'

red 204 ◦ green 163 ◦ blue 219

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

Shades of Wisteria #CCA3DB

Tints of Wisteria #CCA3DB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 27.82%

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

R = 34.81%
G = 27.82%
B = 37.37%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCA3DB (or 0xCCA3DB) is known color: Wisteria. HEX triplet: CC, A3 and DB. RGB value is (204,163,219). Sum of RGB (Red+Green+Blue) = 204+163+219=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 163 (64.06% from 255 or 27.82% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCA3DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA3DB is #335C24. Grayscale: #B5B5B5. Windows color (decimal): -3365925 or 14394316. OLE color: 14394316.

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

Color convert

RGB 204 163 219 -
CMYK 0.07 0.26 0 0.14
HSL 283.93º 0.44% 0.75% -
HSV(B) 283.93º 0.26% 0.86% -
XYZ 50.79 44.15 72.86 -
YUV 181.64 149.08 143.95 -
System Red Green Blue C M Y K H S L
Decimal 204 163 219 0.07 0.26 0 0.14 283.93 0.44 0.75
Hex CC A3 DB 7 1A 0 E 11C 2C 4B
Octal 314 243 333 7 32 0 16 434 54 113
Binary 11001100 10100011 11011011 111 11010 0 1110 100011100 101100 1001011

Color Harmonies of #CCA3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA3DB

Black with #CCA3DB

Text Example


Text Example

White with #CCA3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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