Html Css Color HEX #C394E8 Wisteria

📋 copy color: '#C394E8'

red 195 ◦ green 148 ◦ blue 232

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

Shades of Wisteria #C394E8

Tints of Wisteria #C394E8

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.74%

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

R = 33.91%
G = 25.74%
B = 40.35%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C394E8 (or 0xC394E8) is known color: Wisteria. HEX triplet: C3, 94 and E8. RGB value is (195,148,232). Sum of RGB (Red+Green+Blue) = 195+148+232=575 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.91% from 575); Green value is 148 (58.20% from 255 or 25.74% from 575); Blue value is 232 (91.02% from 255 or 40.35% from 575); Max value from RGB is 232 - color contains mainly: blue. Hex color #C394E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C394E8 is #3C6B17. Grayscale: #ABABAB. Windows color (decimal): -3959576 or 15242435. OLE color: 15242435.

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

Color convert

RGB 195 148 232 -
CMYK 0.16 0.36 0 0.09
HSL 273.57º 0.65% 0.75% -
HSV(B) 273.57º 0.36% 0.91% -
XYZ 47.66 38.61 81.28 -
YUV 171.63 162.07 144.67 -
System Red Green Blue C M Y K H S L
Decimal 195 148 232 0.16 0.36 0 0.09 273.57 0.65 0.75
Hex C3 94 E8 10 24 0 9 112 41 4B
Octal 303 224 350 20 44 0 11 422 101 113
Binary 11000011 10010100 11101000 10000 100100 0 1001 100010010 1000001 1001011

Color Harmonies of #C394E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C394E8

Black with #C394E8

Text Example


Text Example

White with #C394E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C394E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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