Html Css Color HEX #C094D5 Wisteria

📋 copy color: '#C094D5'

red 192 ◦ green 148 ◦ blue 213

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

Shades of Wisteria #C094D5

Tints of Wisteria #C094D5

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.76%

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

R = 34.72%
G = 26.76%
B = 38.52%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C094D5 (or 0xC094D5) is known color: Wisteria. HEX triplet: C0, 94 and D5. RGB value is (192,148,213). Sum of RGB (Red+Green+Blue) = 192+148+213=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 148 (58.20% from 255 or 26.76% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 213 - color contains mainly: blue. Hex color #C094D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C094D5 is #3F6B2A. Grayscale: #A8A8A8. Windows color (decimal): -4156203 or 13997248. OLE color: 13997248.

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

Color convert

RGB 192 148 213 -
CMYK 0.10 0.31 0 0.16
HSL 280.62º 0.44% 0.71% -
HSV(B) 280.62º 0.31% 0.84% -
XYZ 44.34 37.19 67.79 -
YUV 168.57 153.08 144.71 -
System Red Green Blue C M Y K H S L
Decimal 192 148 213 0.10 0.31 0 0.16 280.62 0.44 0.71
Hex C0 94 D5 A 1F 0 10 119 2C 47
Octal 300 224 325 12 37 0 20 431 54 107
Binary 11000000 10010100 11010101 1010 11111 0 10000 100011001 101100 1000111

Color Harmonies of #C094D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C094D5

Black with #C094D5

Text Example


Text Example

White with #C094D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C094D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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