Html Css Color HEX #C785E0 Wisteria

📋 copy color: '#C785E0'

red 199 ◦ green 133 ◦ blue 224

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

Shades of Wisteria #C785E0

Tints of Wisteria #C785E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.29%

R = 35.79%
G = 23.92%
B = 40.29%

CMYK

 C value IS 0.11

 M value IS 0.41

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C785E0 (or 0xC785E0) is known color: Wisteria. HEX triplet: C7, 85 and E0. RGB value is (199,133,224). Sum of RGB (Red+Green+Blue) = 199+133+224=556 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.79% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 224 (87.89% from 255 or 40.29% from 556); Max value from RGB is 224 - color contains mainly: blue. Hex color #C785E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C785E0 is #387A1F. Grayscale: #A2A2A2. Windows color (decimal): -3701280 or 14714311. OLE color: 14714311.

HSL color Cylindrical-coordinate representation of color #C785E0: hue angle of 283.52º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C785E0 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 199 133 224 -
CMYK 0.11 0.41 0 0.12
HSL 283.52º 0.59% 0.7% -
HSV(B) 283.52º 0.41% 0.88% -
XYZ 45.4 34.3 74.75 -
YUV 163.11 162.37 153.6 -
System Red Green Blue C M Y K H S L
Decimal 199 133 224 0.11 0.41 0 0.12 283.52 0.59 0.7
Hex C7 85 E0 B 29 0 C 11C 3B 46
Octal 307 205 340 13 51 0 14 434 73 106
Binary 11000111 10000101 11100000 1011 101001 0 1100 100011100 111011 1000110

Color Harmonies of #C785E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C785E0

Black with #C785E0

Text Example


Text Example

White with #C785E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C785E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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