Html Css Color HEX #C294ED Wisteria

📋 copy color: '#C294ED'

red 194 ◦ green 148 ◦ blue 237

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

Shades of Wisteria #C294ED

Tints of Wisteria #C294ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.93%

R = 33.51%
G = 25.56%
B = 40.93%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C294ED (or 0xC294ED) is known color: Wisteria. HEX triplet: C2, 94 and ED. RGB value is (194,148,237). Sum of RGB (Red+Green+Blue) = 194+148+237=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #C294ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C294ED is #3D6B12. Grayscale: #ABABAB. Windows color (decimal): -4025107 or 15570114. OLE color: 15570114.

HSL color Cylindrical-coordinate representation of color #C294ED: hue angle of 271.01º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C294ED is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 148 237 -
CMYK 0.18 0.38 0 0.07
HSL 271.01º 0.71% 0.75% -
HSV(B) 271.01º 0.38% 0.93% -
XYZ 48.12 38.76 85.07 -
YUV 171.9 164.74 143.76 -
System Red Green Blue C M Y K H S L
Decimal 194 148 237 0.18 0.38 0 0.07 271.01 0.71 0.75
Hex C2 94 ED 12 26 0 7 10F 47 4B
Octal 302 224 355 22 46 0 7 417 107 113
Binary 11000010 10010100 11101101 10010 100110 0 111 100001111 1000111 1001011

Color Harmonies of #C294ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C294ED

Black with #C294ED

Text Example


Text Example

White with #C294ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C294ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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