Html Css Color HEX #CCA6E4 Wisteria

📋 copy color: '#CCA6E4'

red 204 ◦ green 166 ◦ blue 228

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

Shades of Wisteria #CCA6E4

Tints of Wisteria #CCA6E4

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.76%

 BLUE value IS 228 (89.45% from 255) = 38.13%

R = 34.11%
G = 27.76%
B = 38.13%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CCA6E4 (or 0xCCA6E4) is known color: Wisteria. HEX triplet: CC, A6 and E4. RGB value is (204,166,228). Sum of RGB (Red+Green+Blue) = 204+166+228=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 166 (65.23% from 255 or 27.76% from 598); Blue value is 228 (89.45% from 255 or 38.13% from 598); Max value from RGB is 228 - color contains mainly: blue. Hex color #CCA6E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA6E4 is #33591B. Grayscale: #B8B8B8. Windows color (decimal): -3365148 or 14984908. OLE color: 14984908.

HSL color Cylindrical-coordinate representation of color #CCA6E4: hue angle of 276.77º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCA6E4 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 166 228 -
CMYK 0.11 0.27 0 0.11
HSL 276.77º 0.53% 0.77% -
HSV(B) 276.77º 0.27% 0.89% -
XYZ 52.54 45.71 79.45 -
YUV 184.43 152.59 141.96 -
System Red Green Blue C M Y K H S L
Decimal 204 166 228 0.11 0.27 0 0.11 276.77 0.53 0.77
Hex CC A6 E4 B 1B 0 B 115 35 4D
Octal 314 246 344 13 33 0 13 425 65 115
Binary 11001100 10100110 11100100 1011 11011 0 1011 100010101 110101 1001101

Color Harmonies of #CCA6E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA6E4

Black with #CCA6E4

Text Example


Text Example

White with #CCA6E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA6E4; }

 p { color: rgb(204,166,228); }

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

background-color css

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

 a { background-color: rgb(204,166,228); }

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

border-color css

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

 span { border-color: rgb(204,166,228); }

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