Html Css Color HEX #C094CE Wisteria

📋 copy color: '#C094CE'

red 192 ◦ green 148 ◦ blue 206

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

Shades of Wisteria #C094CE

Tints of Wisteria #C094CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.73%

R = 35.16%
G = 27.11%
B = 37.73%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C094CE (or 0xC094CE) is known color: Wisteria. HEX triplet: C0, 94 and CE. RGB value is (192,148,206). Sum of RGB (Red+Green+Blue) = 192+148+206=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 148 (58.20% from 255 or 27.11% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: blue. Hex color #C094CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C094CE is #3F6B31. Grayscale: #A7A7A7. Windows color (decimal): -4156210 or 13538496. OLE color: 13538496.

HSL color Cylindrical-coordinate representation of color #C094CE: hue angle of 285.52º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C094CE is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 148 206 -
CMYK 0.07 0.28 0 0.19
HSL 285.52º 0.37% 0.69% -
HSV(B) 285.52º 0.28% 0.81% -
XYZ 43.47 36.84 63.21 -
YUV 167.77 149.58 145.28 -
System Red Green Blue C M Y K H S L
Decimal 192 148 206 0.07 0.28 0 0.19 285.52 0.37 0.69
Hex C0 94 CE 7 1C 0 13 11E 25 45
Octal 300 224 316 7 34 0 23 436 45 105
Binary 11000000 10010100 11001110 111 11100 0 10011 100011110 100101 1000101

Color Harmonies of #C094CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C094CE

Black with #C094CE

Text Example


Text Example

White with #C094CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C094CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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