Html Css Color HEX #C09FD4 Wisteria

📋 copy color: '#C09FD4'

red 192 ◦ green 159 ◦ blue 212

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

Shades of Wisteria #C09FD4

Tints of Wisteria #C09FD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.66%

R = 34.1%
G = 28.24%
B = 37.66%

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

#C09FD4 (or 0xC09FD4) is known color: Wisteria. HEX triplet: C0, 9F and D4. RGB value is (192,159,212). Sum of RGB (Red+Green+Blue) = 192+159+212=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 159 (62.5% from 255 or 28.24% from 563); Blue value is 212 (83.20% from 255 or 37.66% from 563); Max value from RGB is 212 - color contains mainly: blue. Hex color #C09FD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09FD4 is #3F602B. Grayscale: #AEAEAE. Windows color (decimal): -4153388 or 13934528. OLE color: 13934528.

HSL color Cylindrical-coordinate representation of color #C09FD4: hue angle of 277.36º degrees, saturation: 0.38, 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 #C09FD4 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 192 159 212 -
CMYK 0.09 0.25 0 0.17
HSL 277.36º 0.38% 0.73% -
HSV(B) 277.36º 0.25% 0.83% -
XYZ 46.02 40.76 67.73 -
YUV 174.91 148.93 140.19 -
System Red Green Blue C M Y K H S L
Decimal 192 159 212 0.09 0.25 0 0.17 277.36 0.38 0.73
Hex C0 9F D4 9 19 0 11 115 26 49
Octal 300 237 324 11 31 0 21 425 46 111
Binary 11000000 10011111 11010100 1001 11001 0 10001 100010101 100110 1001001

Color Harmonies of #C09FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09FD4

Black with #C09FD4

Text Example


Text Example

White with #C09FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09FD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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