Html Css Color HEX #C394EE Wisteria

📋 copy color: '#C394EE'

red 195 ◦ green 148 ◦ blue 238

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

Shades of Wisteria #C394EE

Tints of Wisteria #C394EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.96%

R = 33.56%
G = 25.47%
B = 40.96%

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

#C394EE (or 0xC394EE) is known color: Wisteria. HEX triplet: C3, 94 and EE. RGB value is (195,148,238). Sum of RGB (Red+Green+Blue) = 195+148+238=581 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.56% from 581); Green value is 148 (58.20% from 255 or 25.47% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #C394EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C394EE is #3C6B11. Grayscale: #ACACAC. Windows color (decimal): -3959570 or 15635651. OLE color: 15635651.

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

Color convert

RGB 195 148 238 -
CMYK 0.18 0.38 0 0.07
HSL 271.33º 0.73% 0.76% -
HSV(B) 271.33º 0.38% 0.93% -
XYZ 48.53 38.95 85.85 -
YUV 172.31 165.07 144.18 -
System Red Green Blue C M Y K H S L
Decimal 195 148 238 0.18 0.38 0 0.07 271.33 0.73 0.76
Hex C3 94 EE 12 26 0 7 10F 49 4C
Octal 303 224 356 22 46 0 7 417 111 114
Binary 11000011 10010100 11101110 10010 100110 0 111 100001111 1001001 1001100

Color Harmonies of #C394EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C394EE

Black with #C394EE

Text Example


Text Example

White with #C394EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C394EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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