Html Css Color HEX #C384EE Wisteria

📋 copy color: '#C384EE'

red 195 ◦ green 132 ◦ blue 238

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

Shades of Wisteria #C384EE

Tints of Wisteria #C384EE

RGB

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

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

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

R = 34.51%
G = 23.36%
B = 42.12%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C384EE (or 0xC384EE) is known color: Wisteria. HEX triplet: C3, 84 and EE. RGB value is (195,132,238). Sum of RGB (Red+Green+Blue) = 195+132+238=565 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.51% from 565); Green value is 132 (51.95% from 255 or 23.36% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #C384EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C384EE is #3C7B11. Grayscale: #A2A2A2. Windows color (decimal): -3963666 or 15631555. OLE color: 15631555.

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

Color convert

RGB 195 132 238 -
CMYK 0.18 0.45 0 0.07
HSL 275.66º 0.76% 0.73% -
HSV(B) 275.66º 0.45% 0.93% -
XYZ 46.19 34.28 85.07 -
YUV 162.92 170.37 150.88 -
System Red Green Blue C M Y K H S L
Decimal 195 132 238 0.18 0.45 0 0.07 275.66 0.76 0.73
Hex C3 84 EE 12 2D 0 7 114 4C 49
Octal 303 204 356 22 55 0 7 424 114 111
Binary 11000011 10000100 11101110 10010 101101 0 111 100010100 1001100 1001001

Color Harmonies of #C384EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C384EE

Black with #C384EE

Text Example


Text Example

White with #C384EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C384EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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