Html Css Color HEX #C09FD3 Wisteria

📋 copy color: '#C09FD3'

red 192 ◦ green 159 ◦ blue 211

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

Shades of Wisteria #C09FD3

Tints of Wisteria #C09FD3

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.29%

 BLUE value IS 211 (82.81% from 255) = 37.54%

R = 34.16%
G = 28.29%
B = 37.54%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C09FD3 (or 0xC09FD3) is known color: Wisteria. HEX triplet: C0, 9F and D3. RGB value is (192,159,211). Sum of RGB (Red+Green+Blue) = 192+159+211=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 159 (62.5% from 255 or 28.29% from 562); Blue value is 211 (82.81% from 255 or 37.54% from 562); Max value from RGB is 211 - color contains mainly: blue. Hex color #C09FD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09FD3 is #3F602C. Grayscale: #AEAEAE. Windows color (decimal): -4153389 or 13868992. OLE color: 13868992.

HSL color Cylindrical-coordinate representation of color #C09FD3: hue angle of 278.08º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C09FD3 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 192 159 211 -
CMYK 0.09 0.25 0 0.17
HSL 278.08º 0.37% 0.73% -
HSV(B) 278.08º 0.25% 0.83% -
XYZ 45.89 40.71 67.07 -
YUV 174.8 148.43 140.27 -
System Red Green Blue C M Y K H S L
Decimal 192 159 211 0.09 0.25 0 0.17 278.08 0.37 0.73
Hex C0 9F D3 9 19 0 11 116 25 49
Octal 300 237 323 11 31 0 21 426 45 111
Binary 11000000 10011111 11010011 1001 11001 0 10001 100010110 100101 1001001

Color Harmonies of #C09FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09FD3

Black with #C09FD3

Text Example


Text Example

White with #C09FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09FD3; }

 p { color: rgb(192,159,211); }

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

background-color css

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

 a { background-color: rgb(192,159,211); }

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

border-color css

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

 span { border-color: rgb(192,159,211); }

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