Html Css Color HEX #C394D4 Wisteria

📋 copy color: '#C394D4'

red 195 ◦ green 148 ◦ blue 212

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

Shades of Wisteria #C394D4

Tints of Wisteria #C394D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.2%

R = 35.14%
G = 26.67%
B = 38.2%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C394D4 (or 0xC394D4) is known color: Wisteria. HEX triplet: C3, 94 and D4. RGB value is (195,148,212). Sum of RGB (Red+Green+Blue) = 195+148+212=555 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.14% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 212 (83.20% from 255 or 38.20% from 555); Max value from RGB is 212 - color contains mainly: blue. Hex color #C394D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C394D4 is #3C6B2B. Grayscale: #A9A9A9. Windows color (decimal): -3959596 or 13931715. OLE color: 13931715.

HSL color Cylindrical-coordinate representation of color #C394D4: hue angle of 284.06º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C394D4 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 195 148 212 -
CMYK 0.08 0.30 0 0.17
HSL 284.06º 0.43% 0.71% -
HSV(B) 284.06º 0.3% 0.83% -
XYZ 44.98 37.54 67.16 -
YUV 169.35 152.07 146.3 -
System Red Green Blue C M Y K H S L
Decimal 195 148 212 0.08 0.30 0 0.17 284.06 0.43 0.71
Hex C3 94 D4 8 1E 0 11 11C 2B 47
Octal 303 224 324 10 36 0 21 434 53 107
Binary 11000011 10010100 11010100 1000 11110 0 10001 100011100 101011 1000111

Color Harmonies of #C394D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C394D4

Black with #C394D4

Text Example


Text Example

White with #C394D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C394D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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