Html Css Color HEX #C294EA Wisteria

📋 copy color: '#C294EA'

red 194 ◦ green 148 ◦ blue 234

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

Shades of Wisteria #C294EA

Tints of Wisteria #C294EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.63%

R = 33.68%
G = 25.69%
B = 40.63%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C294EA (or 0xC294EA) is known color: Wisteria. HEX triplet: C2, 94 and EA. RGB value is (194,148,234). Sum of RGB (Red+Green+Blue) = 194+148+234=576 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.68% from 576); Green value is 148 (58.20% from 255 or 25.69% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #C294EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C294EA is #3D6B15. Grayscale: #ABABAB. Windows color (decimal): -4025110 or 15373506. OLE color: 15373506.

HSL color Cylindrical-coordinate representation of color #C294EA: hue angle of 272.09º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C294EA is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 148 234 -
CMYK 0.17 0.37 0 0.08
HSL 272.09º 0.67% 0.75% -
HSV(B) 272.09º 0.37% 0.92% -
XYZ 47.69 38.59 82.78 -
YUV 171.56 163.24 144.01 -
System Red Green Blue C M Y K H S L
Decimal 194 148 234 0.17 0.37 0 0.08 272.09 0.67 0.75
Hex C2 94 EA 11 25 0 8 110 43 4B
Octal 302 224 352 21 45 0 10 420 103 113
Binary 11000010 10010100 11101010 10001 100101 0 1000 100010000 1000011 1001011

Color Harmonies of #C294EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C294EA

Black with #C294EA

Text Example


Text Example

White with #C294EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C294EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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