Html Css Color HEX #C785DD Wisteria

📋 copy color: '#C785DD'

red 199 ◦ green 133 ◦ blue 221

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

Shades of Wisteria #C785DD

Tints of Wisteria #C785DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.96%

R = 35.99%
G = 24.05%
B = 39.96%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C785DD (or 0xC785DD) is known color: Wisteria. HEX triplet: C7, 85 and DD. RGB value is (199,133,221). Sum of RGB (Red+Green+Blue) = 199+133+221=553 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.99% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #C785DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C785DD is #387A22. Grayscale: #A2A2A2. Windows color (decimal): -3701283 or 14517703. OLE color: 14517703.

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

Color convert

RGB 199 133 221 -
CMYK 0.10 0.40 0 0.13
HSL 285º 0.56% 0.69% -
HSV(B) 285º 0.4% 0.87% -
XYZ 44.99 34.14 72.62 -
YUV 162.77 160.87 153.84 -
System Red Green Blue C M Y K H S L
Decimal 199 133 221 0.10 0.40 0 0.13 285 0.56 0.69
Hex C7 85 DD A 28 0 D 11D 38 45
Octal 307 205 335 12 50 0 15 435 70 105
Binary 11000111 10000101 11011101 1010 101000 0 1101 100011101 111000 1000101

Color Harmonies of #C785DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C785DD

Black with #C785DD

Text Example


Text Example

White with #C785DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C785DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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