Html Css Color HEX #C394ED Wisteria

📋 copy color: '#C394ED'

red 195 ◦ green 148 ◦ blue 237

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

Shades of Wisteria #C394ED

Tints of Wisteria #C394ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.86%

R = 33.62%
G = 25.52%
B = 40.86%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C394ED (or 0xC394ED) is known color: Wisteria. HEX triplet: C3, 94 and ED. RGB value is (195,148,237). Sum of RGB (Red+Green+Blue) = 195+148+237=580 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.62% from 580); Green value is 148 (58.20% from 255 or 25.52% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #C394ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C394ED is #3C6B12. Grayscale: #ABABAB. Windows color (decimal): -3959571 or 15570115. OLE color: 15570115.

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

Color convert

RGB 195 148 237 -
CMYK 0.18 0.38 0 0.07
HSL 271.69º 0.71% 0.75% -
HSV(B) 271.69º 0.38% 0.93% -
XYZ 48.38 38.9 85.08 -
YUV 172.2 164.57 144.26 -
System Red Green Blue C M Y K H S L
Decimal 195 148 237 0.18 0.38 0 0.07 271.69 0.71 0.75
Hex C3 94 ED 12 26 0 7 110 47 4B
Octal 303 224 355 22 46 0 7 420 107 113
Binary 11000011 10010100 11101101 10010 100110 0 111 100010000 1000111 1001011

Color Harmonies of #C394ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C394ED

Black with #C394ED

Text Example


Text Example

White with #C394ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C394ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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