Html Css Color HEX #C087CF Wisteria

📋 copy color: '#C087CF'

red 192 ◦ green 135 ◦ blue 207

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

Shades of Wisteria #C087CF

Tints of Wisteria #C087CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.76%

R = 35.96%
G = 25.28%
B = 38.76%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C087CF (or 0xC087CF) is known color: Wisteria. HEX triplet: C0, 87 and CF. RGB value is (192,135,207). Sum of RGB (Red+Green+Blue) = 192+135+207=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 135 (53.12% from 255 or 25.28% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #C087CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C087CF is #3F7830. Grayscale: #A0A0A0. Windows color (decimal): -4159537 or 13600704. OLE color: 13600704.

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

Color convert

RGB 192 135 207 -
CMYK 0.07 0.35 0 0.19
HSL 287.5º 0.43% 0.67% -
HSV(B) 287.5º 0.35% 0.81% -
XYZ 41.66 33.04 63.21 -
YUV 160.25 154.38 150.65 -
System Red Green Blue C M Y K H S L
Decimal 192 135 207 0.07 0.35 0 0.19 287.5 0.43 0.67
Hex C0 87 CF 7 23 0 13 120 2B 43
Octal 300 207 317 7 43 0 23 440 53 103
Binary 11000000 10000111 11001111 111 100011 0 10011 100100000 101011 1000011

Color Harmonies of #C087CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C087CF

Black with #C087CF

Text Example


Text Example

White with #C087CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C087CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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