Html Css Color HEX #C87FCA Orchid

📋 copy color: '#C87FCA'

red 200 ◦ green 127 ◦ blue 202

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

Shades of Orchid #C87FCA

Tints of Orchid #C87FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.19%

R = 37.81%
G = 24.01%
B = 38.19%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C87FCA (or 0xC87FCA) is known color: Orchid. HEX triplet: C8, 7F and CA. RGB value is (200,127,202). Sum of RGB (Red+Green+Blue) = 200+127+202=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 202 - color contains mainly: blue. Hex color #C87FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87FCA is #378035. Grayscale: #9D9D9D. Windows color (decimal): -3637302 or 13270984. OLE color: 13270984.

HSL color Cylindrical-coordinate representation of color #C87FCA: hue angle of 298.4º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C87FCA is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 200 127 202 -
CMYK 0.01 0.37 0 0.21
HSL 298.4º 0.41% 0.65% -
HSV(B) 298.4º 0.37% 0.79% -
XYZ 42.07 31.72 59.78 -
YUV 157.38 153.18 158.4 -
System Red Green Blue C M Y K H S L
Decimal 200 127 202 0.01 0.37 0 0.21 298.4 0.41 0.65
Hex C8 7F CA 1 25 0 15 12A 29 41
Octal 310 177 312 1 45 0 25 452 51 101
Binary 11001000 1111111 11001010 1 100101 0 10101 100101010 101001 1000001

Color Harmonies of #C87FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87FCA

Black with #C87FCA

Text Example


Text Example

White with #C87FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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