Html Css Color HEX #C87FD6 Orchid

📋 copy color: '#C87FD6'

red 200 ◦ green 127 ◦ blue 214

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

Shades of Orchid #C87FD6

Tints of Orchid #C87FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.56%

R = 36.97%
G = 23.48%
B = 39.56%

CMYK

 C value IS 0.07

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C87FD6 (or 0xC87FD6) is known color: Orchid. HEX triplet: C8, 7F and D6. RGB value is (200,127,214). Sum of RGB (Red+Green+Blue) = 200+127+214=541 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.97% from 541); Green value is 127 (50% from 255 or 23.48% from 541); Blue value is 214 (83.98% from 255 or 39.56% from 541); Max value from RGB is 214 - color contains mainly: blue. Hex color #C87FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87FD6 is #378029. Grayscale: #9E9E9E. Windows color (decimal): -3637290 or 14057416. OLE color: 14057416.

HSL color Cylindrical-coordinate representation of color #C87FD6: hue angle of 290.34º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C87FD6 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 127 214 -
CMYK 0.07 0.41 0 0.16
HSL 290.34º 0.51% 0.67% -
HSV(B) 290.34º 0.41% 0.84% -
XYZ 43.55 32.31 67.56 -
YUV 158.75 159.18 157.43 -
System Red Green Blue C M Y K H S L
Decimal 200 127 214 0.07 0.41 0 0.16 290.34 0.51 0.67
Hex C8 7F D6 7 29 0 10 122 33 43
Octal 310 177 326 7 51 0 20 442 63 103
Binary 11001000 1111111 11010110 111 101001 0 10000 100100010 110011 1000011

Color Harmonies of #C87FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87FD6

Black with #C87FD6

Text Example


Text Example

White with #C87FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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