Html Css Color HEX #C292EB Wisteria

📋 copy color: '#C292EB'

red 194 ◦ green 146 ◦ blue 235

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

Shades of Wisteria #C292EB

Tints of Wisteria #C292EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.87%

R = 33.74%
G = 25.39%
B = 40.87%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C292EB (or 0xC292EB) is known color: Wisteria. HEX triplet: C2, 92 and EB. RGB value is (194,146,235). Sum of RGB (Red+Green+Blue) = 194+146+235=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 146 (57.42% from 255 or 25.39% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #C292EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C292EB is #3D6D14. Grayscale: #AAAAAA. Windows color (decimal): -4025621 or 15438530. OLE color: 15438530.

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

Color convert

RGB 194 146 235 -
CMYK 0.17 0.38 0 0.08
HSL 272.36º 0.69% 0.75% -
HSV(B) 272.36º 0.38% 0.92% -
XYZ 47.52 38.03 83.43 -
YUV 170.5 164.4 144.76 -
System Red Green Blue C M Y K H S L
Decimal 194 146 235 0.17 0.38 0 0.08 272.36 0.69 0.75
Hex C2 92 EB 11 26 0 8 110 45 4B
Octal 302 222 353 21 46 0 10 420 105 113
Binary 11000010 10010010 11101011 10001 100110 0 1000 100010000 1000101 1001011

Color Harmonies of #C292EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C292EB

Black with #C292EB

Text Example


Text Example

White with #C292EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C292EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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