Html Css Color HEX #C087D1 Wisteria

📋 copy color: '#C087D1'

red 192 ◦ green 135 ◦ blue 209

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

Shades of Wisteria #C087D1

Tints of Wisteria #C087D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.99%

R = 35.82%
G = 25.19%
B = 38.99%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C087D1 (or 0xC087D1) is known color: Wisteria. HEX triplet: C0, 87 and D1. RGB value is (192,135,209). Sum of RGB (Red+Green+Blue) = 192+135+209=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 135 (53.12% from 255 or 25.19% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 209 - color contains mainly: blue. Hex color #C087D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C087D1 is #3F782E. Grayscale: #A0A0A0. Windows color (decimal): -4159535 or 13731776. OLE color: 13731776.

HSL color Cylindrical-coordinate representation of color #C087D1: hue angle of 286.22º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C087D1 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 135 209 -
CMYK 0.08 0.35 0 0.18
HSL 286.22º 0.45% 0.67% -
HSV(B) 286.22º 0.35% 0.82% -
XYZ 41.91 33.14 64.51 -
YUV 160.48 155.38 150.48 -
System Red Green Blue C M Y K H S L
Decimal 192 135 209 0.08 0.35 0 0.18 286.22 0.45 0.67
Hex C0 87 D1 8 23 0 12 11E 2D 43
Octal 300 207 321 10 43 0 22 436 55 103
Binary 11000000 10000111 11010001 1000 100011 0 10010 100011110 101101 1000011

Color Harmonies of #C087D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C087D1

Black with #C087D1

Text Example


Text Example

White with #C087D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C087D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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