Html Css Color HEX #C087DD Wisteria

📋 copy color: '#C087DD'

red 192 ◦ green 135 ◦ blue 221

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

Shades of Wisteria #C087DD

Tints of Wisteria #C087DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.33%

R = 35.04%
G = 24.64%
B = 40.33%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C087DD (or 0xC087DD) is known color: Wisteria. HEX triplet: C0, 87 and DD. RGB value is (192,135,221). Sum of RGB (Red+Green+Blue) = 192+135+221=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 135 (53.12% from 255 or 24.64% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #C087DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C087DD is #3F7822. Grayscale: #A1A1A1. Windows color (decimal): -4159523 or 14518208. OLE color: 14518208.

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

Color convert

RGB 192 135 221 -
CMYK 0.13 0.39 0 0.13
HSL 279.77º 0.56% 0.7% -
HSV(B) 279.77º 0.39% 0.87% -
XYZ 43.45 33.75 72.63 -
YUV 161.85 161.38 149.51 -
System Red Green Blue C M Y K H S L
Decimal 192 135 221 0.13 0.39 0 0.13 279.77 0.56 0.7
Hex C0 87 DD D 27 0 D 118 38 46
Octal 300 207 335 15 47 0 15 430 70 106
Binary 11000000 10000111 11011101 1101 100111 0 1101 100011000 111000 1000110

Color Harmonies of #C087DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C087DD

Black with #C087DD

Text Example


Text Example

White with #C087DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C087DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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