Html Css Color HEX #CCA4E6 Wisteria

📋 copy color: '#CCA4E6'

red 204 ◦ green 164 ◦ blue 230

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

Shades of Wisteria #CCA4E6

Tints of Wisteria #CCA4E6

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.42%

 BLUE value IS 230 (90.23% from 255) = 38.46%

R = 34.11%
G = 27.42%
B = 38.46%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CCA4E6 (or 0xCCA4E6) is known color: Wisteria. HEX triplet: CC, A4 and E6. RGB value is (204,164,230). Sum of RGB (Red+Green+Blue) = 204+164+230=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 164 (64.45% from 255 or 27.42% from 598); Blue value is 230 (90.23% from 255 or 38.46% from 598); Max value from RGB is 230 - color contains mainly: blue. Hex color #CCA4E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA4E6 is #335B19. Grayscale: #B7B7B7. Windows color (decimal): -3365658 or 15115468. OLE color: 15115468.

HSL color Cylindrical-coordinate representation of color #CCA4E6: hue angle of 276.36º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCA4E6 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 164 230 -
CMYK 0.11 0.29 0 0.10
HSL 276.36º 0.57% 0.77% -
HSV(B) 276.36º 0.29% 0.9% -
XYZ 52.46 45.1 80.8 -
YUV 183.48 154.25 142.63 -
System Red Green Blue C M Y K H S L
Decimal 204 164 230 0.11 0.29 0 0.10 276.36 0.57 0.77
Hex CC A4 E6 B 1D 0 A 114 39 4D
Octal 314 244 346 13 35 0 12 424 71 115
Binary 11001100 10100100 11100110 1011 11101 0 1010 100010100 111001 1001101

Color Harmonies of #CCA4E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA4E6

Black with #CCA4E6

Text Example


Text Example

White with #CCA4E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA4E6; }

 p { color: rgb(204,164,230); }

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

background-color css

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

 a { background-color: rgb(204,164,230); }

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

border-color css

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

 span { border-color: rgb(204,164,230); }

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