Html Css Color HEX #C394EC Wisteria

📋 copy color: '#C394EC'

red 195 ◦ green 148 ◦ blue 236

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

Shades of Wisteria #C394EC

Tints of Wisteria #C394EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.76%

R = 33.68%
G = 25.56%
B = 40.76%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C394EC (or 0xC394EC) is known color: Wisteria. HEX triplet: C3, 94 and EC. RGB value is (195,148,236). Sum of RGB (Red+Green+Blue) = 195+148+236=579 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.68% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #C394EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C394EC is #3C6B13. Grayscale: #ABABAB. Windows color (decimal): -3959572 or 15504579. OLE color: 15504579.

HSL color Cylindrical-coordinate representation of color #C394EC: hue angle of 272.05º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C394EC is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 148 236 -
CMYK 0.17 0.37 0 0.07
HSL 272.05º 0.7% 0.75% -
HSV(B) 272.05º 0.37% 0.93% -
XYZ 48.24 38.84 84.31 -
YUV 172.09 164.07 144.34 -
System Red Green Blue C M Y K H S L
Decimal 195 148 236 0.17 0.37 0 0.07 272.05 0.7 0.75
Hex C3 94 EC 11 25 0 7 110 46 4B
Octal 303 224 354 21 45 0 7 420 106 113
Binary 11000011 10010100 11101100 10001 100101 0 111 100010000 1000110 1001011

Color Harmonies of #C394EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C394EC

Black with #C394EC

Text Example


Text Example

White with #C394EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C394EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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