Html Css Color HEX #C087CD Wisteria

📋 copy color: '#C087CD'

red 192 ◦ green 135 ◦ blue 205

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

Shades of Wisteria #C087CD

Tints of Wisteria #C087CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.53%

R = 36.09%
G = 25.38%
B = 38.53%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C087CD (or 0xC087CD) is known color: Wisteria. HEX triplet: C0, 87 and CD. RGB value is (192,135,205). Sum of RGB (Red+Green+Blue) = 192+135+205=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 135 (53.12% from 255 or 25.38% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #C087CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C087CD is #3F7832. Grayscale: #9F9F9F. Windows color (decimal): -4159539 or 13469632. OLE color: 13469632.

HSL color Cylindrical-coordinate representation of color #C087CD: hue angle of 288.86º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C087CD is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 135 205 -
CMYK 0.06 0.34 0 0.20
HSL 288.86º 0.41% 0.67% -
HSV(B) 288.86º 0.34% 0.8% -
XYZ 41.42 32.94 61.93 -
YUV 160.02 153.38 150.81 -
System Red Green Blue C M Y K H S L
Decimal 192 135 205 0.06 0.34 0 0.20 288.86 0.41 0.67
Hex C0 87 CD 6 22 0 14 121 29 43
Octal 300 207 315 6 42 0 24 441 51 103
Binary 11000000 10000111 11001101 110 100010 0 10100 100100001 101001 1000011

Color Harmonies of #C087CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C087CD

Black with #C087CD

Text Example


Text Example

White with #C087CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C087CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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