Html Css Color HEX #C392EA Wisteria

📋 copy color: '#C392EA'

red 195 ◦ green 146 ◦ blue 234

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

Shades of Wisteria #C392EA

Tints of Wisteria #C392EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.7%

R = 33.91%
G = 25.39%
B = 40.7%

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

#C392EA (or 0xC392EA) is known color: Wisteria. HEX triplet: C3, 92 and EA. RGB value is (195,146,234). Sum of RGB (Red+Green+Blue) = 195+146+234=575 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.91% from 575); Green value is 146 (57.42% from 255 or 25.39% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #C392EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C392EA is #3C6D15. Grayscale: #AAAAAA. Windows color (decimal): -3960086 or 15372995. OLE color: 15372995.

HSL color Cylindrical-coordinate representation of color #C392EA: hue angle of 273.41º degrees, saturation: 0.68, 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 #C392EA is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 146 234 -
CMYK 0.17 0.38 0 0.08
HSL 273.41º 0.68% 0.75% -
HSV(B) 273.41º 0.38% 0.92% -
XYZ 47.64 38.1 82.69 -
YUV 170.68 163.73 145.34 -
System Red Green Blue C M Y K H S L
Decimal 195 146 234 0.17 0.38 0 0.08 273.41 0.68 0.75
Hex C3 92 EA 11 26 0 8 111 44 4B
Octal 303 222 352 21 46 0 10 421 104 113
Binary 11000011 10010010 11101010 10001 100110 0 1000 100010001 1000100 1001011

Color Harmonies of #C392EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C392EA

Black with #C392EA

Text Example


Text Example

White with #C392EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C392EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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