Html Css Color HEX #CC9DDB Wisteria

📋 copy color: '#CC9DDB'

red 204 ◦ green 157 ◦ blue 219

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

Shades of Wisteria #CC9DDB

Tints of Wisteria #CC9DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.76%

R = 35.17%
G = 27.07%
B = 37.76%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC9DDB (or 0xCC9DDB) is known color: Wisteria. HEX triplet: CC, 9D and DB. RGB value is (204,157,219). Sum of RGB (Red+Green+Blue) = 204+157+219=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 157 (61.72% from 255 or 27.07% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC9DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9DDB is #336224. Grayscale: #B1B1B1. Windows color (decimal): -3367461 or 14392780. OLE color: 14392780.

HSL color Cylindrical-coordinate representation of color #CC9DDB: hue angle of 285.48º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CC9DDB is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 157 219 -
CMYK 0.07 0.28 0 0.14
HSL 285.48º 0.46% 0.74% -
HSV(B) 285.48º 0.28% 0.86% -
XYZ 49.75 42.07 72.52 -
YUV 178.12 151.07 146.46 -
System Red Green Blue C M Y K H S L
Decimal 204 157 219 0.07 0.28 0 0.14 285.48 0.46 0.74
Hex CC 9D DB 7 1C 0 E 11D 2E 4A
Octal 314 235 333 7 34 0 16 435 56 112
Binary 11001100 10011101 11011011 111 11100 0 1110 100011101 101110 1001010

Color Harmonies of #CC9DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9DDB

Black with #CC9DDB

Text Example


Text Example

White with #CC9DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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