Html Css Color HEX #C384EB Wisteria

📋 copy color: '#C384EB'

red 195 ◦ green 132 ◦ blue 235

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

Shades of Wisteria #C384EB

Tints of Wisteria #C384EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.81%

R = 34.7%
G = 23.49%
B = 41.81%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C384EB (or 0xC384EB) is known color: Wisteria. HEX triplet: C3, 84 and EB. RGB value is (195,132,235). Sum of RGB (Red+Green+Blue) = 195+132+235=562 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.70% from 562); Green value is 132 (51.95% from 255 or 23.49% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: blue. Hex color #C384EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C384EB is #3C7B14. Grayscale: #A2A2A2. Windows color (decimal): -3963669 or 15434947. OLE color: 15434947.

HSL color Cylindrical-coordinate representation of color #C384EB: hue angle of 276.7º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C384EB is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 132 235 -
CMYK 0.17 0.44 0 0.08
HSL 276.7º 0.72% 0.72% -
HSV(B) 276.7º 0.44% 0.92% -
XYZ 45.75 34.1 82.77 -
YUV 162.58 168.87 151.12 -
System Red Green Blue C M Y K H S L
Decimal 195 132 235 0.17 0.44 0 0.08 276.7 0.72 0.72
Hex C3 84 EB 11 2C 0 8 115 48 48
Octal 303 204 353 21 54 0 10 425 110 110
Binary 11000011 10000100 11101011 10001 101100 0 1000 100010101 1001000 1001000

Color Harmonies of #C384EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C384EB

Black with #C384EB

Text Example


Text Example

White with #C384EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C384EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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