Html Css Color HEX #C392DA Wisteria

📋 copy color: '#C392DA'

red 195 ◦ green 146 ◦ blue 218

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

Shades of Wisteria #C392DA

Tints of Wisteria #C392DA

RGB

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

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

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

R = 34.88%
G = 26.12%
B = 39%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C392DA (or 0xC392DA) is known color: Wisteria. HEX triplet: C3, 92 and DA. RGB value is (195,146,218). Sum of RGB (Red+Green+Blue) = 195+146+218=559 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.88% from 559); Green value is 146 (57.42% from 255 or 26.12% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 218 - color contains mainly: blue. Hex color #C392DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C392DA is #3C6D25. Grayscale: #A8A8A8. Windows color (decimal): -3960102 or 14324419. OLE color: 14324419.

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

Color convert

RGB 195 146 218 -
CMYK 0.11 0.33 0 0.15
HSL 280.83º 0.49% 0.71% -
HSV(B) 280.83º 0.33% 0.85% -
XYZ 45.44 37.22 71.12 -
YUV 168.86 155.73 146.65 -
System Red Green Blue C M Y K H S L
Decimal 195 146 218 0.11 0.33 0 0.15 280.83 0.49 0.71
Hex C3 92 DA B 21 0 F 119 31 47
Octal 303 222 332 13 41 0 17 431 61 107
Binary 11000011 10010010 11011010 1011 100001 0 1111 100011001 110001 1000111

Color Harmonies of #C392DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C392DA

Black with #C392DA

Text Example


Text Example

White with #C392DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C392DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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