Html Css Color HEX #C294EE Wisteria

📋 copy color: '#C294EE'

red 194 ◦ green 148 ◦ blue 238

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

Shades of Wisteria #C294EE

Tints of Wisteria #C294EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.03%

R = 33.45%
G = 25.52%
B = 41.03%

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

#C294EE (or 0xC294EE) is known color: Wisteria. HEX triplet: C2, 94 and EE. RGB value is (194,148,238). Sum of RGB (Red+Green+Blue) = 194+148+238=580 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.45% from 580); Green value is 148 (58.20% from 255 or 25.52% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 238 - color contains mainly: blue. Hex color #C294EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C294EE is #3D6B11. Grayscale: #ABABAB. Windows color (decimal): -4025106 or 15635650. OLE color: 15635650.

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

Color convert

RGB 194 148 238 -
CMYK 0.18 0.38 0 0.07
HSL 270.67º 0.73% 0.76% -
HSV(B) 270.67º 0.38% 0.93% -
XYZ 48.27 38.82 85.84 -
YUV 172.01 165.24 143.68 -
System Red Green Blue C M Y K H S L
Decimal 194 148 238 0.18 0.38 0 0.07 270.67 0.73 0.76
Hex C2 94 EE 12 26 0 7 10F 49 4C
Octal 302 224 356 22 46 0 7 417 111 114
Binary 11000010 10010100 11101110 10010 100110 0 111 100001111 1001001 1001100

Color Harmonies of #C294EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C294EE

Black with #C294EE

Text Example


Text Example

White with #C294EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C294EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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