Html Css Color HEX #CCA1DA Wisteria

📋 copy color: '#CCA1DA'

red 204 ◦ green 161 ◦ blue 218

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

Shades of Wisteria #CCA1DA

Tints of Wisteria #CCA1DA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 27.62%

 BLUE value IS 218 (85.55% from 255) = 37.39%

R = 34.99%
G = 27.62%
B = 37.39%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CCA1DA (or 0xCCA1DA) is known color: Wisteria. HEX triplet: CC, A1 and DA. RGB value is (204,161,218). Sum of RGB (Red+Green+Blue) = 204+161+218=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 161 (63.28% from 255 or 27.62% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCA1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1DA is #335E25. Grayscale: #B4B4B4. Windows color (decimal): -3366438 or 14328268. OLE color: 14328268.

HSL color Cylindrical-coordinate representation of color #CCA1DA: hue angle of 285.26º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCA1DA is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 161 218 -
CMYK 0.06 0.26 0 0.15
HSL 285.26º 0.44% 0.74% -
HSV(B) 285.26º 0.26% 0.85% -
XYZ 50.3 43.39 72.05 -
YUV 180.36 149.25 144.87 -
System Red Green Blue C M Y K H S L
Decimal 204 161 218 0.06 0.26 0 0.15 285.26 0.44 0.74
Hex CC A1 DA 6 1A 0 F 11D 2C 4A
Octal 314 241 332 6 32 0 17 435 54 112
Binary 11001100 10100001 11011010 110 11010 0 1111 100011101 101100 1001010

Color Harmonies of #CCA1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA1DA

Black with #CCA1DA

Text Example


Text Example

White with #CCA1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA1DA; }

 p { color: rgb(204,161,218); }

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

background-color css

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

 a { background-color: rgb(204,161,218); }

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

border-color css

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

 span { border-color: rgb(204,161,218); }

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