Html Css Color HEX #C292EE Wisteria

📋 copy color: '#C292EE'

red 194 ◦ green 146 ◦ blue 238

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

Shades of Wisteria #C292EE

Tints of Wisteria #C292EE

RGB

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

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

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

R = 33.56%
G = 25.26%
B = 41.18%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C292EE (or 0xC292EE) is known color: Wisteria. HEX triplet: C2, 92 and EE. RGB value is (194,146,238). Sum of RGB (Red+Green+Blue) = 194+146+238=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 146 (57.42% from 255 or 25.26% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 238 - color contains mainly: blue. Hex color #C292EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C292EE is #3D6D11. Grayscale: #AAAAAA. Windows color (decimal): -4025618 or 15635138. OLE color: 15635138.

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

Color convert

RGB 194 146 238 -
CMYK 0.18 0.39 0 0.07
HSL 271.3º 0.73% 0.75% -
HSV(B) 271.3º 0.39% 0.93% -
XYZ 47.96 38.2 85.73 -
YUV 170.84 165.9 144.52 -
System Red Green Blue C M Y K H S L
Decimal 194 146 238 0.18 0.39 0 0.07 271.3 0.73 0.75
Hex C2 92 EE 12 27 0 7 10F 49 4B
Octal 302 222 356 22 47 0 7 417 111 113
Binary 11000010 10010010 11101110 10010 100111 0 111 100001111 1001001 1001011

Color Harmonies of #C292EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C292EE

Black with #C292EE

Text Example


Text Example

White with #C292EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C292EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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