Html Css Color HEX #C099CC Wisteria

📋 copy color: '#C099CC'

red 192 ◦ green 153 ◦ blue 204

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

Shades of Wisteria #C099CC

Tints of Wisteria #C099CC

RGB

 RED value IS 192 (75.39% from 255) = 34.97%

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

 BLUE value IS 204 (80.08% from 255) = 37.16%

R = 34.97%
G = 27.87%
B = 37.16%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C099CC (or 0xC099CC) is known color: Wisteria. HEX triplet: C0, 99 and CC. RGB value is (192,153,204). Sum of RGB (Red+Green+Blue) = 192+153+204=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #C099CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C099CC is #3F6633. Grayscale: #AAAAAA. Windows color (decimal): -4154932 or 13408704. OLE color: 13408704.

HSL color Cylindrical-coordinate representation of color #C099CC: hue angle of 285.88º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C099CC is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 153 204 -
CMYK 0.06 0.25 0 0.2
HSL 285.88º 0.33% 0.7% -
HSV(B) 285.88º 0.25% 0.8% -
XYZ 44.03 38.35 62.21 -
YUV 170.48 146.92 143.35 -
System Red Green Blue C M Y K H S L
Decimal 192 153 204 0.06 0.25 0 0.2 285.88 0.33 0.7
Hex C0 99 CC 6 19 0 14 11E 21 46
Octal 300 231 314 6 31 0 24 436 41 106
Binary 11000000 10011001 11001100 110 11001 0 10100 100011110 100001 1000110

Color Harmonies of #C099CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C099CC

Black with #C099CC

Text Example


Text Example

White with #C099CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C099CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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