Html Css Color HEX #CC9DD5 Wisteria

📋 copy color: '#CC9DD5'

red 204 ◦ green 157 ◦ blue 213

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

Shades of Wisteria #CC9DD5

Tints of Wisteria #CC9DD5

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.35%

 BLUE value IS 213 (83.59% from 255) = 37.11%

R = 35.54%
G = 27.35%
B = 37.11%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC9DD5 (or 0xCC9DD5) is known color: Wisteria. HEX triplet: CC, 9D and D5. RGB value is (204,157,213). Sum of RGB (Red+Green+Blue) = 204+157+213=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 157 (61.72% from 255 or 27.35% from 574); Blue value is 213 (83.59% from 255 or 37.11% from 574); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC9DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9DD5 is #33622A. Grayscale: #B1B1B1. Windows color (decimal): -3367467 or 13999564. OLE color: 13999564.

HSL color Cylindrical-coordinate representation of color #CC9DD5: hue angle of 290.36º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CC9DD5 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 157 213 -
CMYK 0.04 0.26 0 0.16
HSL 290.36º 0.4% 0.73% -
HSV(B) 290.36º 0.26% 0.84% -
XYZ 48.97 41.76 68.43 -
YUV 177.44 148.07 146.95 -
System Red Green Blue C M Y K H S L
Decimal 204 157 213 0.04 0.26 0 0.16 290.36 0.4 0.73
Hex CC 9D D5 4 1A 0 10 122 28 49
Octal 314 235 325 4 32 0 20 442 50 111
Binary 11001100 10011101 11010101 100 11010 0 10000 100100010 101000 1001001

Color Harmonies of #CC9DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9DD5

Black with #CC9DD5

Text Example


Text Example

White with #CC9DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9DD5; }

 p { color: rgb(204,157,213); }

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

background-color css

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

 a { background-color: rgb(204,157,213); }

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

border-color css

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

 span { border-color: rgb(204,157,213); }

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