Html Css Color HEX #C087DC Wisteria

📋 copy color: '#C087DC'

red 192 ◦ green 135 ◦ blue 220

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

Shades of Wisteria #C087DC

Tints of Wisteria #C087DC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.68%

 BLUE value IS 220 (86.33% from 255) = 40.22%

R = 35.1%
G = 24.68%
B = 40.22%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C087DC (or 0xC087DC) is known color: Wisteria. HEX triplet: C0, 87 and DC. RGB value is (192,135,220). Sum of RGB (Red+Green+Blue) = 192+135+220=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 135 (53.12% from 255 or 24.68% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #C087DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C087DC is #3F7823. Grayscale: #A1A1A1. Windows color (decimal): -4159524 or 14452672. OLE color: 14452672.

HSL color Cylindrical-coordinate representation of color #C087DC: hue angle of 280.24º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C087DC is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 135 220 -
CMYK 0.13 0.39 0 0.14
HSL 280.24º 0.55% 0.7% -
HSV(B) 280.24º 0.39% 0.86% -
XYZ 43.32 33.7 71.93 -
YUV 161.73 160.88 149.59 -
System Red Green Blue C M Y K H S L
Decimal 192 135 220 0.13 0.39 0 0.14 280.24 0.55 0.7
Hex C0 87 DC D 27 0 E 118 37 46
Octal 300 207 334 15 47 0 16 430 67 106
Binary 11000000 10000111 11011100 1101 100111 0 1110 100011000 110111 1000110

Color Harmonies of #C087DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C087DC

Black with #C087DC

Text Example


Text Example

White with #C087DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C087DC; }

 p { color: rgb(192,135,220); }

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

background-color css

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

 a { background-color: rgb(192,135,220); }

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

border-color css

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

 span { border-color: rgb(192,135,220); }

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