Html Css Color HEX #C094E6 Wisteria

📋 copy color: '#C094E6'

red 192 ◦ green 148 ◦ blue 230

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

Shades of Wisteria #C094E6

Tints of Wisteria #C094E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.35%

R = 33.68%
G = 25.96%
B = 40.35%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C094E6 (or 0xC094E6) is known color: Wisteria. HEX triplet: C0, 94 and E6. RGB value is (192,148,230). Sum of RGB (Red+Green+Blue) = 192+148+230=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 148 (58.20% from 255 or 25.96% from 570); Blue value is 230 (90.23% from 255 or 40.35% from 570); Max value from RGB is 230 - color contains mainly: blue. Hex color #C094E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C094E6 is #3F6B19. Grayscale: #AAAAAA. Windows color (decimal): -4156186 or 15111360. OLE color: 15111360.

HSL color Cylindrical-coordinate representation of color #C094E6: hue angle of 272.2º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C094E6 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 192 148 230 -
CMYK 0.17 0.36 0 0.10
HSL 272.2º 0.62% 0.74% -
HSV(B) 272.2º 0.36% 0.9% -
XYZ 46.61 38.1 79.76 -
YUV 170.5 161.58 143.33 -
System Red Green Blue C M Y K H S L
Decimal 192 148 230 0.17 0.36 0 0.10 272.2 0.62 0.74
Hex C0 94 E6 11 24 0 A 110 3E 4A
Octal 300 224 346 21 44 0 12 420 76 112
Binary 11000000 10010100 11100110 10001 100100 0 1010 100010000 111110 1001010

Color Harmonies of #C094E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C094E6

Black with #C094E6

Text Example


Text Example

White with #C094E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C094E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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