Html Css Color HEX #CC9DDA Wisteria

📋 copy color: '#CC9DDA'

red 204 ◦ green 157 ◦ blue 218

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

Shades of Wisteria #CC9DDA

Tints of Wisteria #CC9DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.65%

R = 35.23%
G = 27.12%
B = 37.65%

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

#CC9DDA (or 0xCC9DDA) is known color: Wisteria. HEX triplet: CC, 9D and DA. RGB value is (204,157,218). Sum of RGB (Red+Green+Blue) = 204+157+218=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 157 (61.72% from 255 or 27.12% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC9DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9DDA is #336225. Grayscale: #B1B1B1. Windows color (decimal): -3367462 or 14327244. OLE color: 14327244.

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

Color convert

RGB 204 157 218 -
CMYK 0.06 0.28 0 0.15
HSL 286.23º 0.45% 0.74% -
HSV(B) 286.23º 0.28% 0.85% -
XYZ 49.61 42.01 71.82 -
YUV 178.01 150.57 146.54 -
System Red Green Blue C M Y K H S L
Decimal 204 157 218 0.06 0.28 0 0.15 286.23 0.45 0.74
Hex CC 9D DA 6 1C 0 F 11E 2D 4A
Octal 314 235 332 6 34 0 17 436 55 112
Binary 11001100 10011101 11011010 110 11100 0 1111 100011110 101101 1001010

Color Harmonies of #CC9DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9DDA

Black with #CC9DDA

Text Example


Text Example

White with #CC9DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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