Html Css Color HEX #CC9ADE Wisteria

📋 copy color: '#CC9ADE'

red 204 ◦ green 154 ◦ blue 222

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

Shades of Wisteria #CC9ADE

Tints of Wisteria #CC9ADE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.55%

 BLUE value IS 222 (87.11% from 255) = 38.28%

R = 35.17%
G = 26.55%
B = 38.28%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC9ADE (or 0xCC9ADE) is known color: Wisteria. HEX triplet: CC, 9A and DE. RGB value is (204,154,222). Sum of RGB (Red+Green+Blue) = 204+154+222=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC9ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9ADE is #336521. Grayscale: #B0B0B0. Windows color (decimal): -3368226 or 14588620. OLE color: 14588620.

HSL color Cylindrical-coordinate representation of color #CC9ADE: hue angle of 284.12º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC9ADE is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 154 222 -
CMYK 0.08 0.31 0 0.13
HSL 284.12º 0.51% 0.74% -
HSV(B) 284.12º 0.31% 0.87% -
XYZ 49.64 41.22 74.45 -
YUV 176.7 153.57 147.47 -
System Red Green Blue C M Y K H S L
Decimal 204 154 222 0.08 0.31 0 0.13 284.12 0.51 0.74
Hex CC 9A DE 8 1F 0 D 11C 33 4A
Octal 314 232 336 10 37 0 15 434 63 112
Binary 11001100 10011010 11011110 1000 11111 0 1101 100011100 110011 1001010

Color Harmonies of #CC9ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9ADE

Black with #CC9ADE

Text Example


Text Example

White with #CC9ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9ADE; }

 p { color: rgb(204,154,222); }

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

background-color css

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

 a { background-color: rgb(204,154,222); }

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

border-color css

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

 span { border-color: rgb(204,154,222); }

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