Html Css Color HEX #C384DE Wisteria

📋 copy color: '#C384DE'

red 195 ◦ green 132 ◦ blue 222

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

Shades of Wisteria #C384DE

Tints of Wisteria #C384DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.44%

R = 35.52%
G = 24.04%
B = 40.44%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C384DE (or 0xC384DE) is known color: Wisteria. HEX triplet: C3, 84 and DE. RGB value is (195,132,222). Sum of RGB (Red+Green+Blue) = 195+132+222=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 132 (51.95% from 255 or 24.04% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #C384DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C384DE is #3C7B21. Grayscale: #A0A0A0. Windows color (decimal): -3963682 or 14582979. OLE color: 14582979.

HSL color Cylindrical-coordinate representation of color #C384DE: hue angle of 282º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C384DE is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 132 222 -
CMYK 0.12 0.41 0 0.13
HSL 282º 0.58% 0.69% -
HSV(B) 282º 0.41% 0.87% -
XYZ 43.94 33.38 73.23 -
YUV 161.1 162.37 152.18 -
System Red Green Blue C M Y K H S L
Decimal 195 132 222 0.12 0.41 0 0.13 282 0.58 0.69
Hex C3 84 DE C 29 0 D 11A 3A 45
Octal 303 204 336 14 51 0 15 432 72 105
Binary 11000011 10000100 11011110 1100 101001 0 1101 100011010 111010 1000101

Color Harmonies of #C384DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C384DE

Black with #C384DE

Text Example


Text Example

White with #C384DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C384DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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