Html Css Color HEX #C09BD5 Wisteria

📋 copy color: '#C09BD5'

red 192 ◦ green 155 ◦ blue 213

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

Shades of Wisteria #C09BD5

Tints of Wisteria #C09BD5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.68%

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

R = 34.29%
G = 27.68%
B = 38.04%

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

#C09BD5 (or 0xC09BD5) is known color: Wisteria. HEX triplet: C0, 9B and D5. RGB value is (192,155,213). Sum of RGB (Red+Green+Blue) = 192+155+213=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 155 (60.94% from 255 or 27.68% from 560); Blue value is 213 (83.59% from 255 or 38.04% from 560); Max value from RGB is 213 - color contains mainly: blue. Hex color #C09BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09BD5 is #3F642A. Grayscale: #ACACAC. Windows color (decimal): -4154411 or 13999040. OLE color: 13999040.

HSL color Cylindrical-coordinate representation of color #C09BD5: hue angle of 278.28º degrees, saturation: 0.41, 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 #C09BD5 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 155 213 -
CMYK 0.10 0.27 0 0.16
HSL 278.28º 0.41% 0.72% -
HSV(B) 278.28º 0.27% 0.84% -
XYZ 45.47 39.45 68.17 -
YUV 172.68 150.76 141.78 -
System Red Green Blue C M Y K H S L
Decimal 192 155 213 0.10 0.27 0 0.16 278.28 0.41 0.72
Hex C0 9B D5 A 1B 0 10 116 29 48
Octal 300 233 325 12 33 0 20 426 51 110
Binary 11000000 10011011 11010101 1010 11011 0 10000 100010110 101001 1001000

Color Harmonies of #C09BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09BD5

Black with #C09BD5

Text Example


Text Example

White with #C09BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09BD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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