Html Css Color HEX #CC9EDD Wisteria

📋 copy color: '#CC9EDD'

red 204 ◦ green 158 ◦ blue 221

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

Shades of Wisteria #CC9EDD

Tints of Wisteria #CC9EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.1%

 BLUE value IS 221 (86.72% from 255) = 37.91%

R = 34.99%
G = 27.1%
B = 37.91%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC9EDD (or 0xCC9EDD) is known color: Wisteria. HEX triplet: CC, 9E and DD. RGB value is (204,158,221). Sum of RGB (Red+Green+Blue) = 204+158+221=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 158 (62.11% from 255 or 27.10% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC9EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9EDD is #336122. Grayscale: #B2B2B2. Windows color (decimal): -3367203 or 14524108. OLE color: 14524108.

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

Color convert

RGB 204 158 221 -
CMYK 0.08 0.29 0 0.13
HSL 283.81º 0.48% 0.74% -
HSV(B) 283.81º 0.29% 0.87% -
XYZ 50.18 42.51 73.97 -
YUV 178.94 151.74 145.88 -
System Red Green Blue C M Y K H S L
Decimal 204 158 221 0.08 0.29 0 0.13 283.81 0.48 0.74
Hex CC 9E DD 8 1D 0 D 11C 30 4A
Octal 314 236 335 10 35 0 15 434 60 112
Binary 11001100 10011110 11011101 1000 11101 0 1101 100011100 110000 1001010

Color Harmonies of #CC9EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9EDD

Black with #CC9EDD

Text Example


Text Example

White with #CC9EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9EDD; }

 p { color: rgb(204,158,221); }

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

background-color css

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

 a { background-color: rgb(204,158,221); }

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

border-color css

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

 span { border-color: rgb(204,158,221); }

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