Html Css Color HEX #CC9EDF Wisteria

📋 copy color: '#CC9EDF'

red 204 ◦ green 158 ◦ blue 223

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

Shades of Wisteria #CC9EDF

Tints of Wisteria #CC9EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.12%

R = 34.87%
G = 27.01%
B = 38.12%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC9EDF (or 0xCC9EDF) is known color: Wisteria. HEX triplet: CC, 9E and DF. RGB value is (204,158,223). Sum of RGB (Red+Green+Blue) = 204+158+223=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 158 (62.11% from 255 or 27.01% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC9EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9EDF is #336120. Grayscale: #B2B2B2. Windows color (decimal): -3367201 or 14655180. OLE color: 14655180.

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

Color convert

RGB 204 158 223 -
CMYK 0.09 0.29 0 0.13
HSL 282.46º 0.5% 0.75% -
HSV(B) 282.46º 0.29% 0.87% -
XYZ 50.45 42.62 75.38 -
YUV 179.16 152.74 145.71 -
System Red Green Blue C M Y K H S L
Decimal 204 158 223 0.09 0.29 0 0.13 282.46 0.5 0.75
Hex CC 9E DF 9 1D 0 D 11A 32 4B
Octal 314 236 337 11 35 0 15 432 62 113
Binary 11001100 10011110 11011111 1001 11101 0 1101 100011010 110010 1001011

Color Harmonies of #CC9EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9EDF

Black with #CC9EDF

Text Example


Text Example

White with #CC9EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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