Html Css Color HEX #C392E8 Wisteria

📋 copy color: '#C392E8'

red 195 ◦ green 146 ◦ blue 232

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

Shades of Wisteria #C392E8

Tints of Wisteria #C392E8

RGB

 RED value IS 195 (76.56% from 255) = 34.03%

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

 BLUE value IS 232 (91.02% from 255) = 40.49%

R = 34.03%
G = 25.48%
B = 40.49%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C392E8 (or 0xC392E8) is known color: Wisteria. HEX triplet: C3, 92 and E8. RGB value is (195,146,232). Sum of RGB (Red+Green+Blue) = 195+146+232=573 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.03% from 573); Green value is 146 (57.42% from 255 or 25.48% from 573); Blue value is 232 (91.02% from 255 or 40.49% from 573); Max value from RGB is 232 - color contains mainly: blue. Hex color #C392E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C392E8 is #3C6D17. Grayscale: #AAAAAA. Windows color (decimal): -3960088 or 15241923. OLE color: 15241923.

HSL color Cylindrical-coordinate representation of color #C392E8: hue angle of 274.19º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C392E8 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 195 146 232 -
CMYK 0.16 0.37 0 0.09
HSL 274.19º 0.65% 0.74% -
HSV(B) 274.19º 0.37% 0.91% -
XYZ 47.35 37.99 81.18 -
YUV 170.46 162.73 145.51 -
System Red Green Blue C M Y K H S L
Decimal 195 146 232 0.16 0.37 0 0.09 274.19 0.65 0.74
Hex C3 92 E8 10 25 0 9 112 41 4A
Octal 303 222 350 20 45 0 11 422 101 112
Binary 11000011 10010010 11101000 10000 100101 0 1001 100010010 1000001 1001010

Color Harmonies of #C392E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C392E8

Black with #C392E8

Text Example


Text Example

White with #C392E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C392E8; }

 p { color: rgb(195,146,232); }

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

background-color css

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

 a { background-color: rgb(195,146,232); }

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

border-color css

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

 span { border-color: rgb(195,146,232); }

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