Html Css Color HEX #C292ED Wisteria

📋 copy color: '#C292ED'

red 194 ◦ green 146 ◦ blue 237

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

Shades of Wisteria #C292ED

Tints of Wisteria #C292ED

RGB

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

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

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

R = 33.62%
G = 25.3%
B = 41.07%

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

#C292ED (or 0xC292ED) is known color: Wisteria. HEX triplet: C2, 92 and ED. RGB value is (194,146,237). Sum of RGB (Red+Green+Blue) = 194+146+237=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 146 (57.42% from 255 or 25.30% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #C292ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C292ED is #3D6D12. Grayscale: #AAAAAA. Windows color (decimal): -4025619 or 15569602. OLE color: 15569602.

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

Color convert

RGB 194 146 237 -
CMYK 0.18 0.38 0 0.07
HSL 271.65º 0.72% 0.75% -
HSV(B) 271.65º 0.38% 0.93% -
XYZ 47.81 38.14 84.96 -
YUV 170.73 165.4 144.6 -
System Red Green Blue C M Y K H S L
Decimal 194 146 237 0.18 0.38 0 0.07 271.65 0.72 0.75
Hex C2 92 ED 12 26 0 7 110 48 4B
Octal 302 222 355 22 46 0 7 420 110 113
Binary 11000010 10010010 11101101 10010 100110 0 111 100010000 1001000 1001011

Color Harmonies of #C292ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C292ED

Black with #C292ED

Text Example


Text Example

White with #C292ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C292ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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