Html Css Color HEX #C87FD3 Orchid

📋 copy color: '#C87FD3'

red 200 ◦ green 127 ◦ blue 211

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

Shades of Orchid #C87FD3

Tints of Orchid #C87FD3

RGB

 RED value IS 200 (78.52% from 255) = 37.17%

 GREEN value IS 127 (50% from 255) = 23.61%

 BLUE value IS 211 (82.81% from 255) = 39.22%

R = 37.17%
G = 23.61%
B = 39.22%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C87FD3 (or 0xC87FD3) is known color: Orchid. HEX triplet: C8, 7F and D3. RGB value is (200,127,211). Sum of RGB (Red+Green+Blue) = 200+127+211=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 127 (50% from 255 or 23.61% from 538); Blue value is 211 (82.81% from 255 or 39.22% from 538); Max value from RGB is 211 - color contains mainly: blue. Hex color #C87FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87FD3 is #37802C. Grayscale: #9E9E9E. Windows color (decimal): -3637293 or 13860808. OLE color: 13860808.

HSL color Cylindrical-coordinate representation of color #C87FD3: hue angle of 292.14º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C87FD3 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 200 127 211 -
CMYK 0.05 0.40 0 0.17
HSL 292.14º 0.49% 0.66% -
HSV(B) 292.14º 0.4% 0.83% -
XYZ 43.17 32.16 65.56 -
YUV 158.4 157.68 157.67 -
System Red Green Blue C M Y K H S L
Decimal 200 127 211 0.05 0.40 0 0.17 292.14 0.49 0.66
Hex C8 7F D3 5 28 0 11 124 31 42
Octal 310 177 323 5 50 0 21 444 61 102
Binary 11001000 1111111 11010011 101 101000 0 10001 100100100 110001 1000010

Color Harmonies of #C87FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87FD3

Black with #C87FD3

Text Example


Text Example

White with #C87FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87FD3; }

 p { color: rgb(200,127,211); }

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

background-color css

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

 a { background-color: rgb(200,127,211); }

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

border-color css

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

 span { border-color: rgb(200,127,211); }

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