Html Css Color HEX #CCA0ED Wisteria

📋 copy color: '#CCA0ED'

red 204 ◦ green 160 ◦ blue 237

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

Shades of Wisteria #CCA0ED

Tints of Wisteria #CCA0ED

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.62%

 BLUE value IS 237 (92.97% from 255) = 39.43%

R = 33.94%
G = 26.62%
B = 39.43%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCA0ED (or 0xCCA0ED) is known color: Wisteria. HEX triplet: CC, A0 and ED. RGB value is (204,160,237). Sum of RGB (Red+Green+Blue) = 204+160+237=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 160 (62.89% from 255 or 26.62% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCA0ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA0ED is #335F12. Grayscale: #B5B5B5. Windows color (decimal): -3366675 or 15573196. OLE color: 15573196.

HSL color Cylindrical-coordinate representation of color #CCA0ED: hue angle of 274.29º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCA0ED is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 160 237 -
CMYK 0.14 0.32 0 0.07
HSL 274.29º 0.68% 0.78% -
HSV(B) 274.29º 0.32% 0.93% -
XYZ 52.76 44.09 85.85 -
YUV 181.93 159.08 143.74 -
System Red Green Blue C M Y K H S L
Decimal 204 160 237 0.14 0.32 0 0.07 274.29 0.68 0.78
Hex CC A0 ED E 20 0 7 112 44 4E
Octal 314 240 355 16 40 0 7 422 104 116
Binary 11001100 10100000 11101101 1110 100000 0 111 100010010 1000100 1001110

Color Harmonies of #CCA0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA0ED

Black with #CCA0ED

Text Example


Text Example

White with #CCA0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA0ED; }

 p { color: rgb(204,160,237); }

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

background-color css

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

 a { background-color: rgb(204,160,237); }

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

border-color css

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

 span { border-color: rgb(204,160,237); }

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