Html Css Color HEX #C392DB Wisteria

📋 copy color: '#C392DB'

red 195 ◦ green 146 ◦ blue 219

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

Shades of Wisteria #C392DB

Tints of Wisteria #C392DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.11%

R = 34.82%
G = 26.07%
B = 39.11%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C392DB (or 0xC392DB) is known color: Wisteria. HEX triplet: C3, 92 and DB. RGB value is (195,146,219). Sum of RGB (Red+Green+Blue) = 195+146+219=560 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.82% from 560); Green value is 146 (57.42% from 255 or 26.07% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #C392DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C392DB is #3C6D24. Grayscale: #A8A8A8. Windows color (decimal): -3960101 or 14389955. OLE color: 14389955.

HSL color Cylindrical-coordinate representation of color #C392DB: hue angle of 280.27º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C392DB is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 146 219 -
CMYK 0.11 0.33 0 0.14
HSL 280.27º 0.5% 0.72% -
HSV(B) 280.27º 0.33% 0.86% -
XYZ 45.57 37.27 71.81 -
YUV 168.97 156.23 146.56 -
System Red Green Blue C M Y K H S L
Decimal 195 146 219 0.11 0.33 0 0.14 280.27 0.5 0.72
Hex C3 92 DB B 21 0 E 118 32 48
Octal 303 222 333 13 41 0 16 430 62 110
Binary 11000011 10010010 11011011 1011 100001 0 1110 100011000 110010 1001000

Color Harmonies of #C392DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C392DB

Black with #C392DB

Text Example


Text Example

White with #C392DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C392DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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