Html Css Color HEX #CCA8DB Wisteria

📋 copy color: '#CCA8DB'

red 204 ◦ green 168 ◦ blue 219

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

Shades of Wisteria #CCA8DB

Tints of Wisteria #CCA8DB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.43%

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

R = 34.52%
G = 28.43%
B = 37.06%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCA8DB (or 0xCCA8DB) is known color: Wisteria. HEX triplet: CC, A8 and DB. RGB value is (204,168,219). Sum of RGB (Red+Green+Blue) = 204+168+219=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 168 (66.02% from 255 or 28.43% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCA8DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA8DB is #335724. Grayscale: #B8B8B8. Windows color (decimal): -3364645 or 14395596. OLE color: 14395596.

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

Color convert

RGB 204 168 219 -
CMYK 0.07 0.23 0 0.14
HSL 282.35º 0.41% 0.76% -
HSV(B) 282.35º 0.23% 0.86% -
XYZ 51.69 45.96 73.16 -
YUV 184.58 147.43 141.85 -
System Red Green Blue C M Y K H S L
Decimal 204 168 219 0.07 0.23 0 0.14 282.35 0.41 0.76
Hex CC A8 DB 7 17 0 E 11A 29 4C
Octal 314 250 333 7 27 0 16 432 51 114
Binary 11001100 10101000 11011011 111 10111 0 1110 100011010 101001 1001100

Color Harmonies of #CCA8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA8DB

Black with #CCA8DB

Text Example


Text Example

White with #CCA8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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