Html Css Color HEX #CC9BD8 Wisteria

📋 copy color: '#CC9BD8'

red 204 ◦ green 155 ◦ blue 216

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

Shades of Wisteria #CC9BD8

Tints of Wisteria #CC9BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.57%

R = 35.48%
G = 26.96%
B = 37.57%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC9BD8 (or 0xCC9BD8) is known color: Wisteria. HEX triplet: CC, 9B and D8. RGB value is (204,155,216). Sum of RGB (Red+Green+Blue) = 204+155+216=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 155 (60.94% from 255 or 26.96% from 575); Blue value is 216 (84.77% from 255 or 37.57% from 575); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC9BD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9BD8 is #336427. Grayscale: #B0B0B0. Windows color (decimal): -3367976 or 14195660. OLE color: 14195660.

HSL color Cylindrical-coordinate representation of color #CC9BD8: hue angle of 288.2º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CC9BD8 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 155 216 -
CMYK 0.06 0.28 0 0.15
HSL 288.2º 0.44% 0.73% -
HSV(B) 288.2º 0.28% 0.85% -
XYZ 49.02 41.24 70.34 -
YUV 176.61 150.23 147.54 -
System Red Green Blue C M Y K H S L
Decimal 204 155 216 0.06 0.28 0 0.15 288.2 0.44 0.73
Hex CC 9B D8 6 1C 0 F 120 2C 49
Octal 314 233 330 6 34 0 17 440 54 111
Binary 11001100 10011011 11011000 110 11100 0 1111 100100000 101100 1001001

Color Harmonies of #CC9BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9BD8

Black with #CC9BD8

Text Example


Text Example

White with #CC9BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9BD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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