Html Css Color HEX #C384EF Wisteria

📋 copy color: '#C384EF'

red 195 ◦ green 132 ◦ blue 239

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

Shades of Wisteria #C384EF

Tints of Wisteria #C384EF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.32%

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

R = 34.45%
G = 23.32%
B = 42.23%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C384EF (or 0xC384EF) is known color: Wisteria. HEX triplet: C3, 84 and EF. RGB value is (195,132,239). Sum of RGB (Red+Green+Blue) = 195+132+239=566 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.45% from 566); Green value is 132 (51.95% from 255 or 23.32% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #C384EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C384EF is #3C7B10. Grayscale: #A2A2A2. Windows color (decimal): -3963665 or 15697091. OLE color: 15697091.

HSL color Cylindrical-coordinate representation of color #C384EF: hue angle of 275.33º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C384EF is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 132 239 -
CMYK 0.18 0.45 0 0.06
HSL 275.33º 0.77% 0.73% -
HSV(B) 275.33º 0.45% 0.94% -
XYZ 46.34 34.34 85.85 -
YUV 163.04 170.87 150.8 -
System Red Green Blue C M Y K H S L
Decimal 195 132 239 0.18 0.45 0 0.06 275.33 0.77 0.73
Hex C3 84 EF 12 2D 0 6 113 4D 49
Octal 303 204 357 22 55 0 6 423 115 111
Binary 11000011 10000100 11101111 10010 101101 0 110 100010011 1001101 1001001

Color Harmonies of #C384EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C384EF

Black with #C384EF

Text Example


Text Example

White with #C384EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C384EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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