Html Css Color HEX #C785DF Wisteria

📋 copy color: '#C785DF'

red 199 ◦ green 133 ◦ blue 223

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

Shades of Wisteria #C785DF

Tints of Wisteria #C785DF

RGB

 RED value IS 199 (78.13% from 255) = 35.86%

 GREEN value IS 133 (52.34% from 255) = 23.96%

 BLUE value IS 223 (87.5% from 255) = 40.18%

R = 35.86%
G = 23.96%
B = 40.18%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C785DF (or 0xC785DF) is known color: Wisteria. HEX triplet: C7, 85 and DF. RGB value is (199,133,223). Sum of RGB (Red+Green+Blue) = 199+133+223=555 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.86% from 555); Green value is 133 (52.34% from 255 or 23.96% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #C785DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C785DF is #387A20. Grayscale: #A2A2A2. Windows color (decimal): -3701281 or 14648775. OLE color: 14648775.

HSL color Cylindrical-coordinate representation of color #C785DF: hue angle of 284º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C785DF is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 133 223 -
CMYK 0.11 0.40 0 0.13
HSL 284º 0.58% 0.7% -
HSV(B) 284º 0.4% 0.87% -
XYZ 45.26 34.24 74.04 -
YUV 162.99 161.87 153.68 -
System Red Green Blue C M Y K H S L
Decimal 199 133 223 0.11 0.40 0 0.13 284 0.58 0.7
Hex C7 85 DF B 28 0 D 11C 3A 46
Octal 307 205 337 13 50 0 15 434 72 106
Binary 11000111 10000101 11011111 1011 101000 0 1101 100011100 111010 1000110

Color Harmonies of #C785DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C785DF

Black with #C785DF

Text Example


Text Example

White with #C785DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C785DF; }

 p { color: rgb(199,133,223); }

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

background-color css

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

 a { background-color: rgb(199,133,223); }

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

border-color css

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

 span { border-color: rgb(199,133,223); }

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