Html Css Color HEX #C394E7 Wisteria

📋 copy color: '#C394E7'

red 195 ◦ green 148 ◦ blue 231

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

Shades of Wisteria #C394E7

Tints of Wisteria #C394E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.24%

R = 33.97%
G = 25.78%
B = 40.24%

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

#C394E7 (or 0xC394E7) is known color: Wisteria. HEX triplet: C3, 94 and E7. RGB value is (195,148,231). Sum of RGB (Red+Green+Blue) = 195+148+231=574 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.97% from 574); Green value is 148 (58.20% from 255 or 25.78% from 574); Blue value is 231 (90.62% from 255 or 40.24% from 574); Max value from RGB is 231 - color contains mainly: blue. Hex color #C394E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C394E7 is #3C6B18. Grayscale: #ABABAB. Windows color (decimal): -3959577 or 15176899. OLE color: 15176899.

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

Color convert

RGB 195 148 231 -
CMYK 0.16 0.36 0 0.09
HSL 273.98º 0.63% 0.74% -
HSV(B) 273.98º 0.36% 0.91% -
XYZ 47.52 38.55 80.54 -
YUV 171.52 161.57 144.75 -
System Red Green Blue C M Y K H S L
Decimal 195 148 231 0.16 0.36 0 0.09 273.98 0.63 0.74
Hex C3 94 E7 10 24 0 9 112 3F 4A
Octal 303 224 347 20 44 0 11 422 77 112
Binary 11000011 10010100 11100111 10000 100100 0 1001 100010010 111111 1001010

Color Harmonies of #C394E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C394E7

Black with #C394E7

Text Example


Text Example

White with #C394E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C394E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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