Html Css Color HEX #CC9BD6 Wisteria

📋 copy color: '#CC9BD6'

red 204 ◦ green 155 ◦ blue 214

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

Shades of Wisteria #CC9BD6

Tints of Wisteria #CC9BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.35%

R = 35.6%
G = 27.05%
B = 37.35%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC9BD6 (or 0xCC9BD6) is known color: Wisteria. HEX triplet: CC, 9B and D6. RGB value is (204,155,214). Sum of RGB (Red+Green+Blue) = 204+155+214=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 155 (60.94% from 255 or 27.05% from 573); Blue value is 214 (83.98% from 255 or 37.35% from 573); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC9BD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9BD6 is #336429. Grayscale: #B0B0B0. Windows color (decimal): -3367978 or 14064588. OLE color: 14064588.

HSL color Cylindrical-coordinate representation of color #CC9BD6: hue angle of 289.83º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CC9BD6 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 155 214 -
CMYK 0.05 0.28 0 0.16
HSL 289.83º 0.42% 0.72% -
HSV(B) 289.83º 0.28% 0.84% -
XYZ 48.76 41.14 68.99 -
YUV 176.38 149.23 147.7 -
System Red Green Blue C M Y K H S L
Decimal 204 155 214 0.05 0.28 0 0.16 289.83 0.42 0.72
Hex CC 9B D6 5 1C 0 10 122 2A 48
Octal 314 233 326 5 34 0 20 442 52 110
Binary 11001100 10011011 11010110 101 11100 0 10000 100100010 101010 1001000

Color Harmonies of #CC9BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9BD6

Black with #CC9BD6

Text Example


Text Example

White with #CC9BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9BD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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