Html Css Color HEX #C086D6 Wisteria

📋 copy color: '#C086D6'

red 192 ◦ green 134 ◦ blue 214

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

Shades of Wisteria #C086D6

Tints of Wisteria #C086D6

RGB

 RED value IS 192 (75.39% from 255) = 35.56%

 GREEN value IS 134 (52.73% from 255) = 24.81%

 BLUE value IS 214 (83.98% from 255) = 39.63%

R = 35.56%
G = 24.81%
B = 39.63%

CMYK

 C value IS 0.10

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C086D6 (or 0xC086D6) is known color: Wisteria. HEX triplet: C0, 86 and D6. RGB value is (192,134,214). Sum of RGB (Red+Green+Blue) = 192+134+214=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 134 (52.73% from 255 or 24.81% from 540); Blue value is 214 (83.98% from 255 or 39.63% from 540); Max value from RGB is 214 - color contains mainly: blue. Hex color #C086D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C086D6 is #3F7929. Grayscale: #A0A0A0. Windows color (decimal): -4159786 or 14059200. OLE color: 14059200.

HSL color Cylindrical-coordinate representation of color #C086D6: hue angle of 283.5º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C086D6 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 134 214 -
CMYK 0.10 0.37 0 0.16
HSL 283.5º 0.49% 0.68% -
HSV(B) 283.5º 0.37% 0.84% -
XYZ 42.4 33.11 67.77 -
YUV 160.46 158.22 150.5 -
System Red Green Blue C M Y K H S L
Decimal 192 134 214 0.10 0.37 0 0.16 283.5 0.49 0.68
Hex C0 86 D6 A 25 0 10 11C 31 44
Octal 300 206 326 12 45 0 20 434 61 104
Binary 11000000 10000110 11010110 1010 100101 0 10000 100011100 110001 1000100

Color Harmonies of #C086D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C086D6

Black with #C086D6

Text Example


Text Example

White with #C086D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C086D6; }

 p { color: rgb(192,134,214); }

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

background-color css

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

 a { background-color: rgb(192,134,214); }

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

border-color css

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

 span { border-color: rgb(192,134,214); }

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