Html Css Color HEX #CCA8D5 Wisteria

📋 copy color: '#CCA8D5'

red 204 ◦ green 168 ◦ blue 213

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

Shades of Wisteria #CCA8D5

Tints of Wisteria #CCA8D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.41%

R = 34.87%
G = 28.72%
B = 36.41%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CCA8D5 (or 0xCCA8D5) is known color: Wisteria. HEX triplet: CC, A8 and D5. RGB value is (204,168,213). Sum of RGB (Red+Green+Blue) = 204+168+213=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 168 (66.02% from 255 or 28.72% from 585); Blue value is 213 (83.59% from 255 or 36.41% from 585); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCA8D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA8D5 is #33572A. Grayscale: #B7B7B7. Windows color (decimal): -3364651 or 14002380. OLE color: 14002380.

HSL color Cylindrical-coordinate representation of color #CCA8D5: hue angle of 288º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCA8D5 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 168 213 -
CMYK 0.04 0.21 0 0.16
HSL 288º 0.35% 0.75% -
HSV(B) 288º 0.21% 0.84% -
XYZ 50.91 45.65 69.08 -
YUV 183.89 144.43 142.34 -
System Red Green Blue C M Y K H S L
Decimal 204 168 213 0.04 0.21 0 0.16 288 0.35 0.75
Hex CC A8 D5 4 15 0 10 120 23 4B
Octal 314 250 325 4 25 0 20 440 43 113
Binary 11001100 10101000 11010101 100 10101 0 10000 100100000 100011 1001011

Color Harmonies of #CCA8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA8D5

Black with #CCA8D5

Text Example


Text Example

White with #CCA8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA8D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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