Html Css Color HEX #CC9BD4 Wisteria

📋 copy color: '#CC9BD4'

red 204 ◦ green 155 ◦ blue 212

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

Shades of Wisteria #CC9BD4

Tints of Wisteria #CC9BD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.13%

R = 35.73%
G = 27.15%
B = 37.13%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CC9BD4 (or 0xCC9BD4) is known color: Wisteria. HEX triplet: CC, 9B and D4. RGB value is (204,155,212). Sum of RGB (Red+Green+Blue) = 204+155+212=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 155 (60.94% from 255 or 27.15% from 571); Blue value is 212 (83.20% from 255 or 37.13% from 571); Max value from RGB is 212 - color contains mainly: blue. Hex color #CC9BD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9BD4 is #33642B. Grayscale: #AFAFAF. Windows color (decimal): -3367980 or 13933516. OLE color: 13933516.

HSL color Cylindrical-coordinate representation of color #CC9BD4: hue angle of 291.58º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CC9BD4 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 155 212 -
CMYK 0.04 0.27 0 0.17
HSL 291.58º 0.4% 0.72% -
HSV(B) 291.58º 0.27% 0.83% -
XYZ 48.51 41.03 67.65 -
YUV 176.15 148.23 147.87 -
System Red Green Blue C M Y K H S L
Decimal 204 155 212 0.04 0.27 0 0.17 291.58 0.4 0.72
Hex CC 9B D4 4 1B 0 11 124 28 48
Octal 314 233 324 4 33 0 21 444 50 110
Binary 11001100 10011011 11010100 100 11011 0 10001 100100100 101000 1001000

Color Harmonies of #CC9BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9BD4

Black with #CC9BD4

Text Example


Text Example

White with #CC9BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9BD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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