Html Css Color HEX #C099CD Wisteria

📋 copy color: '#C099CD'

red 192 ◦ green 153 ◦ blue 205

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

Shades of Wisteria #C099CD

Tints of Wisteria #C099CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.27%

R = 34.91%
G = 27.82%
B = 37.27%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C099CD (or 0xC099CD) is known color: Wisteria. HEX triplet: C0, 99 and CD. RGB value is (192,153,205). Sum of RGB (Red+Green+Blue) = 192+153+205=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #C099CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C099CD is #3F6632. Grayscale: #AAAAAA. Windows color (decimal): -4154931 or 13474240. OLE color: 13474240.

HSL color Cylindrical-coordinate representation of color #C099CD: hue angle of 285º degrees, saturation: 0.34, 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 #C099CD is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 153 205 -
CMYK 0.06 0.25 0 0.20
HSL 285º 0.34% 0.7% -
HSV(B) 285º 0.25% 0.8% -
XYZ 44.15 38.4 62.84 -
YUV 170.59 147.42 143.27 -
System Red Green Blue C M Y K H S L
Decimal 192 153 205 0.06 0.25 0 0.20 285 0.34 0.7
Hex C0 99 CD 6 19 0 14 11D 22 46
Octal 300 231 315 6 31 0 24 435 42 106
Binary 11000000 10011001 11001101 110 11001 0 10100 100011101 100010 1000110

Color Harmonies of #C099CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C099CD

Black with #C099CD

Text Example


Text Example

White with #C099CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C099CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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