Html Css Color HEX #C293CE Wisteria

📋 copy color: '#C293CE'

red 194 ◦ green 147 ◦ blue 206

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

Shades of Wisteria #C293CE

Tints of Wisteria #C293CE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.87%

 BLUE value IS 206 (80.86% from 255) = 37.66%

R = 35.47%
G = 26.87%
B = 37.66%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C293CE (or 0xC293CE) is known color: Wisteria. HEX triplet: C2, 93 and CE. RGB value is (194,147,206). Sum of RGB (Red+Green+Blue) = 194+147+206=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 147 (57.81% from 255 or 26.87% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 206 - color contains mainly: blue. Hex color #C293CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C293CE is #3D6C31. Grayscale: #A7A7A7. Windows color (decimal): -4025394 or 13538242. OLE color: 13538242.

HSL color Cylindrical-coordinate representation of color #C293CE: hue angle of 287.8º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C293CE is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 147 206 -
CMYK 0.06 0.29 0 0.19
HSL 287.8º 0.38% 0.69% -
HSV(B) 287.8º 0.29% 0.81% -
XYZ 43.82 36.79 63.18 -
YUV 167.78 149.57 146.7 -
System Red Green Blue C M Y K H S L
Decimal 194 147 206 0.06 0.29 0 0.19 287.8 0.38 0.69
Hex C2 93 CE 6 1D 0 13 120 26 45
Octal 302 223 316 6 35 0 23 440 46 105
Binary 11000010 10010011 11001110 110 11101 0 10011 100100000 100110 1000101

Color Harmonies of #C293CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C293CE

Black with #C293CE

Text Example


Text Example

White with #C293CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C293CE; }

 p { color: rgb(194,147,206); }

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

background-color css

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

 a { background-color: rgb(194,147,206); }

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

border-color css

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

 span { border-color: rgb(194,147,206); }

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