Html Css Color HEX #C394F0 Wisteria

📋 copy color: '#C394F0'

red 195 ◦ green 148 ◦ blue 240

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

Shades of Wisteria #C394F0

Tints of Wisteria #C394F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.17%

R = 33.45%
G = 25.39%
B = 41.17%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C394F0 (or 0xC394F0) is known color: Wisteria. HEX triplet: C3, 94 and F0. RGB value is (195,148,240). Sum of RGB (Red+Green+Blue) = 195+148+240=583 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.45% from 583); Green value is 148 (58.20% from 255 or 25.39% from 583); Blue value is 240 (94.14% from 255 or 41.17% from 583); Max value from RGB is 240 - color contains mainly: blue. Hex color #C394F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C394F0 is #3C6B0F. Grayscale: #ACACAC. Windows color (decimal): -3959568 or 15766723. OLE color: 15766723.

HSL color Cylindrical-coordinate representation of color #C394F0: hue angle of 270.65º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C394F0 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 148 240 -
CMYK 0.19 0.38 0 0.06
HSL 270.65º 0.75% 0.76% -
HSV(B) 270.65º 0.38% 0.94% -
XYZ 48.82 39.07 87.41 -
YUV 172.54 166.07 144.02 -
System Red Green Blue C M Y K H S L
Decimal 195 148 240 0.19 0.38 0 0.06 270.65 0.75 0.76
Hex C3 94 F0 13 26 0 6 10F 4B 4C
Octal 303 224 360 23 46 0 6 417 113 114
Binary 11000011 10010100 11110000 10011 100110 0 110 100001111 1001011 1001100

Color Harmonies of #C394F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C394F0

Black with #C394F0

Text Example


Text Example

White with #C394F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C394F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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