Html Css Color HEX #C292EC Wisteria

📋 copy color: '#C292EC'

red 194 ◦ green 146 ◦ blue 236

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

Shades of Wisteria #C292EC

Tints of Wisteria #C292EC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.35%

 BLUE value IS 236 (92.58% from 255) = 40.97%

R = 33.68%
G = 25.35%
B = 40.97%

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

#C292EC (or 0xC292EC) is known color: Wisteria. HEX triplet: C2, 92 and EC. RGB value is (194,146,236). Sum of RGB (Red+Green+Blue) = 194+146+236=576 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.68% from 576); Green value is 146 (57.42% from 255 or 25.35% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #C292EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C292EC is #3D6D13. Grayscale: #AAAAAA. Windows color (decimal): -4025620 or 15504066. OLE color: 15504066.

HSL color Cylindrical-coordinate representation of color #C292EC: hue angle of 272º degrees, saturation: 0.7, 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 #C292EC is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 146 236 -
CMYK 0.18 0.38 0 0.07
HSL 272º 0.7% 0.75% -
HSV(B) 272º 0.38% 0.93% -
XYZ 47.67 38.08 84.2 -
YUV 170.61 164.9 144.68 -
System Red Green Blue C M Y K H S L
Decimal 194 146 236 0.18 0.38 0 0.07 272 0.7 0.75
Hex C2 92 EC 12 26 0 7 110 46 4B
Octal 302 222 354 22 46 0 7 420 106 113
Binary 11000010 10010010 11101100 10010 100110 0 111 100010000 1000110 1001011

Color Harmonies of #C292EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C292EC

Black with #C292EC

Text Example


Text Example

White with #C292EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C292EC; }

 p { color: rgb(194,146,236); }

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

background-color css

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

 a { background-color: rgb(194,146,236); }

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

border-color css

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

 span { border-color: rgb(194,146,236); }

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