Html Css Color HEX #C087CE Wisteria

📋 copy color: '#C087CE'

red 192 ◦ green 135 ◦ blue 206

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

Shades of Wisteria #C087CE

Tints of Wisteria #C087CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.65%

R = 36.02%
G = 25.33%
B = 38.65%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C087CE (or 0xC087CE) is known color: Wisteria. HEX triplet: C0, 87 and CE. RGB value is (192,135,206). Sum of RGB (Red+Green+Blue) = 192+135+206=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 135 (53.12% from 255 or 25.33% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #C087CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C087CE is #3F7831. Grayscale: #9F9F9F. Windows color (decimal): -4159538 or 13535168. OLE color: 13535168.

HSL color Cylindrical-coordinate representation of color #C087CE: hue angle of 288.17º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C087CE is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 135 206 -
CMYK 0.07 0.34 0 0.19
HSL 288.17º 0.42% 0.67% -
HSV(B) 288.17º 0.34% 0.81% -
XYZ 41.54 32.99 62.57 -
YUV 160.14 153.88 150.73 -
System Red Green Blue C M Y K H S L
Decimal 192 135 206 0.07 0.34 0 0.19 288.17 0.42 0.67
Hex C0 87 CE 7 22 0 13 120 2A 43
Octal 300 207 316 7 42 0 23 440 52 103
Binary 11000000 10000111 11001110 111 100010 0 10011 100100000 101010 1000011

Color Harmonies of #C087CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C087CE

Black with #C087CE

Text Example


Text Example

White with #C087CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C087CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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