Html Css Color HEX #CC99DA Wisteria

📋 copy color: '#CC99DA'

red 204 ◦ green 153 ◦ blue 218

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

Shades of Wisteria #CC99DA

Tints of Wisteria #CC99DA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.61%

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

R = 35.48%
G = 26.61%
B = 37.91%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC99DA (or 0xCC99DA) is known color: Wisteria. HEX triplet: CC, 99 and DA. RGB value is (204,153,218). Sum of RGB (Red+Green+Blue) = 204+153+218=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 153 (60.16% from 255 or 26.61% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC99DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC99DA is #336625. Grayscale: #AFAFAF. Windows color (decimal): -3368486 or 14326220. OLE color: 14326220.

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

Color convert

RGB 204 153 218 -
CMYK 0.06 0.30 0 0.15
HSL 287.08º 0.47% 0.73% -
HSV(B) 287.08º 0.3% 0.85% -
XYZ 48.95 40.68 71.6 -
YUV 175.66 151.9 148.21 -
System Red Green Blue C M Y K H S L
Decimal 204 153 218 0.06 0.30 0 0.15 287.08 0.47 0.73
Hex CC 99 DA 6 1E 0 F 11F 2F 49
Octal 314 231 332 6 36 0 17 437 57 111
Binary 11001100 10011001 11011010 110 11110 0 1111 100011111 101111 1001001

Color Harmonies of #CC99DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC99DA

Black with #CC99DA

Text Example


Text Example

White with #CC99DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC99DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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