Html Css Color HEX #C394DA Wisteria

📋 copy color: '#C394DA'

red 195 ◦ green 148 ◦ blue 218

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

Shades of Wisteria #C394DA

Tints of Wisteria #C394DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.86%

R = 34.76%
G = 26.38%
B = 38.86%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C394DA (or 0xC394DA) is known color: Wisteria. HEX triplet: C3, 94 and DA. RGB value is (195,148,218). Sum of RGB (Red+Green+Blue) = 195+148+218=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #C394DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C394DA is #3C6B25. Grayscale: #A9A9A9. Windows color (decimal): -3959590 or 14324931. OLE color: 14324931.

HSL color Cylindrical-coordinate representation of color #C394DA: hue angle of 280.29º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C394DA is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 148 218 -
CMYK 0.11 0.32 0 0.15
HSL 280.29º 0.49% 0.72% -
HSV(B) 280.29º 0.32% 0.85% -
XYZ 45.75 37.84 71.22 -
YUV 170.03 155.07 145.81 -
System Red Green Blue C M Y K H S L
Decimal 195 148 218 0.11 0.32 0 0.15 280.29 0.49 0.72
Hex C3 94 DA B 20 0 F 118 31 48
Octal 303 224 332 13 40 0 17 430 61 110
Binary 11000011 10010100 11011010 1011 100000 0 1111 100011000 110001 1001000

Color Harmonies of #C394DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C394DA

Black with #C394DA

Text Example


Text Example

White with #C394DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C394DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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