Html Css Color HEX #C09CD5 Wisteria

📋 copy color: '#C09CD5'

red 192 ◦ green 156 ◦ blue 213

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

Shades of Wisteria #C09CD5

Tints of Wisteria #C09CD5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.81%

 BLUE value IS 213 (83.59% from 255) = 37.97%

R = 34.22%
G = 27.81%
B = 37.97%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C09CD5 (or 0xC09CD5) is known color: Wisteria. HEX triplet: C0, 9C and D5. RGB value is (192,156,213). Sum of RGB (Red+Green+Blue) = 192+156+213=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 156 (61.33% from 255 or 27.81% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 213 - color contains mainly: blue. Hex color #C09CD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09CD5 is #3F632A. Grayscale: #ADADAD. Windows color (decimal): -4154155 or 13999296. OLE color: 13999296.

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

Color convert

RGB 192 156 213 -
CMYK 0.10 0.27 0 0.16
HSL 277.89º 0.4% 0.72% -
HSV(B) 277.89º 0.27% 0.84% -
XYZ 45.64 39.79 68.23 -
YUV 173.26 150.43 141.37 -
System Red Green Blue C M Y K H S L
Decimal 192 156 213 0.10 0.27 0 0.16 277.89 0.4 0.72
Hex C0 9C D5 A 1B 0 10 116 28 48
Octal 300 234 325 12 33 0 20 426 50 110
Binary 11000000 10011100 11010101 1010 11011 0 10000 100010110 101000 1001000

Color Harmonies of #C09CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09CD5

Black with #C09CD5

Text Example


Text Example

White with #C09CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09CD5; }

 p { color: rgb(192,156,213); }

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

background-color css

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

 a { background-color: rgb(192,156,213); }

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

border-color css

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

 span { border-color: rgb(192,156,213); }

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