Html Css Color HEX #C292E5 Wisteria

📋 copy color: '#C292E5'

red 194 ◦ green 146 ◦ blue 229

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

Shades of Wisteria #C292E5

Tints of Wisteria #C292E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.25%

R = 34.09%
G = 25.66%
B = 40.25%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C292E5 (or 0xC292E5) is known color: Wisteria. HEX triplet: C2, 92 and E5. RGB value is (194,146,229). Sum of RGB (Red+Green+Blue) = 194+146+229=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 146 (57.42% from 255 or 25.66% from 569); Blue value is 229 (89.84% from 255 or 40.25% from 569); Max value from RGB is 229 - color contains mainly: blue. Hex color #C292E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C292E5 is #3D6D1A. Grayscale: #A9A9A9. Windows color (decimal): -4025627 or 15045314. OLE color: 15045314.

HSL color Cylindrical-coordinate representation of color #C292E5: hue angle of 274.7º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C292E5 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 194 146 229 -
CMYK 0.15 0.36 0 0.10
HSL 274.7º 0.61% 0.74% -
HSV(B) 274.7º 0.36% 0.9% -
XYZ 46.67 37.68 78.94 -
YUV 169.81 161.4 145.25 -
System Red Green Blue C M Y K H S L
Decimal 194 146 229 0.15 0.36 0 0.10 274.7 0.61 0.74
Hex C2 92 E5 F 24 0 A 113 3D 4A
Octal 302 222 345 17 44 0 12 423 75 112
Binary 11000010 10010010 11100101 1111 100100 0 1010 100010011 111101 1001010

Color Harmonies of #C292E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C292E5

Black with #C292E5

Text Example


Text Example

White with #C292E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C292E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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