Html Css Color HEX #C392EB Wisteria

📋 copy color: '#C392EB'

red 195 ◦ green 146 ◦ blue 235

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

Shades of Wisteria #C392EB

Tints of Wisteria #C392EB

RGB

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

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

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

R = 33.85%
G = 25.35%
B = 40.8%

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

#C392EB (or 0xC392EB) is known color: Wisteria. HEX triplet: C3, 92 and EB. RGB value is (195,146,235). Sum of RGB (Red+Green+Blue) = 195+146+235=576 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.85% from 576); Green value is 146 (57.42% from 255 or 25.35% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #C392EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C392EB is #3C6D14. Grayscale: #AAAAAA. Windows color (decimal): -3960085 or 15438531. OLE color: 15438531.

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

Color convert

RGB 195 146 235 -
CMYK 0.17 0.38 0 0.08
HSL 273.03º 0.69% 0.75% -
HSV(B) 273.03º 0.38% 0.92% -
XYZ 47.78 38.16 83.44 -
YUV 170.8 164.23 145.26 -
System Red Green Blue C M Y K H S L
Decimal 195 146 235 0.17 0.38 0 0.08 273.03 0.69 0.75
Hex C3 92 EB 11 26 0 8 111 45 4B
Octal 303 222 353 21 46 0 10 421 105 113
Binary 11000011 10010010 11101011 10001 100110 0 1000 100010001 1000101 1001011

Color Harmonies of #C392EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C392EB

Black with #C392EB

Text Example


Text Example

White with #C392EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C392EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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