Html Css Color HEX #C294E6 Wisteria

📋 copy color: '#C294E6'

red 194 ◦ green 148 ◦ blue 230

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

Shades of Wisteria #C294E6

Tints of Wisteria #C294E6

RGB

 RED value IS 194 (76.17% from 255) = 33.92%

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

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

R = 33.92%
G = 25.87%
B = 40.21%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C294E6 (or 0xC294E6) is known color: Wisteria. HEX triplet: C2, 94 and E6. RGB value is (194,148,230). Sum of RGB (Red+Green+Blue) = 194+148+230=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 148 (58.20% from 255 or 25.87% from 572); Blue value is 230 (90.23% from 255 or 40.21% from 572); Max value from RGB is 230 - color contains mainly: blue. Hex color #C294E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C294E6 is #3D6B19. Grayscale: #AAAAAA. Windows color (decimal): -4025114 or 15111362. OLE color: 15111362.

HSL color Cylindrical-coordinate representation of color #C294E6: hue angle of 273.66º 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 #C294E6 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 194 148 230 -
CMYK 0.16 0.36 0 0.10
HSL 273.66º 0.62% 0.74% -
HSV(B) 273.66º 0.36% 0.9% -
XYZ 47.12 38.36 79.78 -
YUV 171.1 161.24 144.33 -
System Red Green Blue C M Y K H S L
Decimal 194 148 230 0.16 0.36 0 0.10 273.66 0.62 0.74
Hex C2 94 E6 10 24 0 A 112 3E 4A
Octal 302 224 346 20 44 0 12 422 76 112
Binary 11000010 10010100 11100110 10000 100100 0 1010 100010010 111110 1001010

Color Harmonies of #C294E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C294E6

Black with #C294E6

Text Example


Text Example

White with #C294E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C294E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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