Html Css Color HEX #CC9BDB Wisteria

📋 copy color: '#CC9BDB'

red 204 ◦ green 155 ◦ blue 219

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

Shades of Wisteria #CC9BDB

Tints of Wisteria #CC9BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.82%

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

R = 35.29%
G = 26.82%
B = 37.89%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC9BDB (or 0xCC9BDB) is known color: Wisteria. HEX triplet: CC, 9B and DB. RGB value is (204,155,219). Sum of RGB (Red+Green+Blue) = 204+155+219=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 155 (60.94% from 255 or 26.82% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC9BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9BDB is #336424. Grayscale: #B0B0B0. Windows color (decimal): -3367973 or 14392268. OLE color: 14392268.

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

Color convert

RGB 204 155 219 -
CMYK 0.07 0.29 0 0.14
HSL 285.94º 0.47% 0.73% -
HSV(B) 285.94º 0.29% 0.86% -
XYZ 49.41 41.39 72.4 -
YUV 176.95 151.73 147.3 -
System Red Green Blue C M Y K H S L
Decimal 204 155 219 0.07 0.29 0 0.14 285.94 0.47 0.73
Hex CC 9B DB 7 1D 0 E 11E 2F 49
Octal 314 233 333 7 35 0 16 436 57 111
Binary 11001100 10011011 11011011 111 11101 0 1110 100011110 101111 1001001

Color Harmonies of #CC9BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9BDB

Black with #CC9BDB

Text Example


Text Example

White with #CC9BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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