Html Css Color HEX #C392D8 Wisteria

📋 copy color: '#C392D8'

red 195 ◦ green 146 ◦ blue 216

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

Shades of Wisteria #C392D8

Tints of Wisteria #C392D8

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.21%

 BLUE value IS 216 (84.77% from 255) = 38.78%

R = 35.01%
G = 26.21%
B = 38.78%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C392D8 (or 0xC392D8) is known color: Wisteria. HEX triplet: C3, 92 and D8. RGB value is (195,146,216). Sum of RGB (Red+Green+Blue) = 195+146+216=557 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.01% from 557); Green value is 146 (57.42% from 255 or 26.21% from 557); Blue value is 216 (84.77% from 255 or 38.78% from 557); Max value from RGB is 216 - color contains mainly: blue. Hex color #C392D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C392D8 is #3C6D27. Grayscale: #A8A8A8. Windows color (decimal): -3960104 or 14193347. OLE color: 14193347.

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

Color convert

RGB 195 146 216 -
CMYK 0.10 0.32 0 0.15
HSL 282º 0.47% 0.71% -
HSV(B) 282º 0.32% 0.85% -
XYZ 45.18 37.12 69.75 -
YUV 168.63 154.73 146.81 -
System Red Green Blue C M Y K H S L
Decimal 195 146 216 0.10 0.32 0 0.15 282 0.47 0.71
Hex C3 92 D8 A 20 0 F 11A 2F 47
Octal 303 222 330 12 40 0 17 432 57 107
Binary 11000011 10010010 11011000 1010 100000 0 1111 100011010 101111 1000111

Color Harmonies of #C392D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C392D8

Black with #C392D8

Text Example


Text Example

White with #C392D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C392D8; }

 p { color: rgb(195,146,216); }

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

background-color css

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

 a { background-color: rgb(195,146,216); }

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

border-color css

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

 span { border-color: rgb(195,146,216); }

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