Html Css Color HEX #C785DA Wisteria

📋 copy color: '#C785DA'

red 199 ◦ green 133 ◦ blue 218

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

Shades of Wisteria #C785DA

Tints of Wisteria #C785DA

RGB

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

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

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

R = 36.18%
G = 24.18%
B = 39.64%

CMYK

 C value IS 0.09

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C785DA (or 0xC785DA) is known color: Wisteria. HEX triplet: C7, 85 and DA. RGB value is (199,133,218). Sum of RGB (Red+Green+Blue) = 199+133+218=550 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.18% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #C785DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C785DA is #387A25. Grayscale: #A2A2A2. Windows color (decimal): -3701286 or 14321095. OLE color: 14321095.

HSL color Cylindrical-coordinate representation of color #C785DA: hue angle of 286.59º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C785DA is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 133 218 -
CMYK 0.09 0.39 0 0.15
HSL 286.59º 0.53% 0.69% -
HSV(B) 286.59º 0.39% 0.85% -
XYZ 44.6 33.98 70.54 -
YUV 162.42 159.37 154.09 -
System Red Green Blue C M Y K H S L
Decimal 199 133 218 0.09 0.39 0 0.15 286.59 0.53 0.69
Hex C7 85 DA 9 27 0 F 11F 35 45
Octal 307 205 332 11 47 0 17 437 65 105
Binary 11000111 10000101 11011010 1001 100111 0 1111 100011111 110101 1000101

Color Harmonies of #C785DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C785DA

Black with #C785DA

Text Example


Text Example

White with #C785DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C785DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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