Html Css Color HEX #C394EF Wisteria

📋 copy color: '#C394EF'

red 195 ◦ green 148 ◦ blue 239

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

Shades of Wisteria #C394EF

Tints of Wisteria #C394EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.07%

R = 33.51%
G = 25.43%
B = 41.07%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C394EF (or 0xC394EF) is known color: Wisteria. HEX triplet: C3, 94 and EF. RGB value is (195,148,239). Sum of RGB (Red+Green+Blue) = 195+148+239=582 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.51% from 582); Green value is 148 (58.20% from 255 or 25.43% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #C394EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C394EF is #3C6B10. Grayscale: #ACACAC. Windows color (decimal): -3959569 or 15701187. OLE color: 15701187.

HSL color Cylindrical-coordinate representation of color #C394EF: hue angle of 270.99º degrees, saturation: 0.74, 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 #C394EF is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 148 239 -
CMYK 0.18 0.38 0 0.06
HSL 270.99º 0.74% 0.76% -
HSV(B) 270.99º 0.38% 0.94% -
XYZ 48.68 39.01 86.63 -
YUV 172.43 165.57 144.1 -
System Red Green Blue C M Y K H S L
Decimal 195 148 239 0.18 0.38 0 0.06 270.99 0.74 0.76
Hex C3 94 EF 12 26 0 6 10F 4A 4C
Octal 303 224 357 22 46 0 6 417 112 114
Binary 11000011 10010100 11101111 10010 100110 0 110 100001111 1001010 1001100

Color Harmonies of #C394EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C394EF

Black with #C394EF

Text Example


Text Example

White with #C394EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C394EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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