Html Css Color HEX #C294E7 Wisteria

📋 copy color: '#C294E7'

red 194 ◦ green 148 ◦ blue 231

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

Shades of Wisteria #C294E7

Tints of Wisteria #C294E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.31%

R = 33.86%
G = 25.83%
B = 40.31%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C294E7 (or 0xC294E7) is known color: Wisteria. HEX triplet: C2, 94 and E7. RGB value is (194,148,231). Sum of RGB (Red+Green+Blue) = 194+148+231=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 148 (58.20% from 255 or 25.83% from 573); Blue value is 231 (90.62% from 255 or 40.31% from 573); Max value from RGB is 231 - color contains mainly: blue. Hex color #C294E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C294E7 is #3D6B18. Grayscale: #AAAAAA. Windows color (decimal): -4025113 or 15176898. OLE color: 15176898.

HSL color Cylindrical-coordinate representation of color #C294E7: hue angle of 273.25º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C294E7 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 148 231 -
CMYK 0.16 0.36 0 0.09
HSL 273.25º 0.63% 0.74% -
HSV(B) 273.25º 0.36% 0.91% -
XYZ 47.26 38.42 80.53 -
YUV 171.22 161.74 144.25 -
System Red Green Blue C M Y K H S L
Decimal 194 148 231 0.16 0.36 0 0.09 273.25 0.63 0.74
Hex C2 94 E7 10 24 0 9 111 3F 4A
Octal 302 224 347 20 44 0 11 421 77 112
Binary 11000010 10010100 11100111 10000 100100 0 1001 100010001 111111 1001010

Color Harmonies of #C294E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C294E7

Black with #C294E7

Text Example


Text Example

White with #C294E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C294E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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