Html Css Color HEX #C87FCF Orchid

📋 copy color: '#C87FCF'

red 200 ◦ green 127 ◦ blue 207

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

Shades of Orchid #C87FCF

Tints of Orchid #C87FCF

RGB

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

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

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

R = 37.45%
G = 23.78%
B = 38.76%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C87FCF (or 0xC87FCF) is known color: Orchid. HEX triplet: C8, 7F and CF. RGB value is (200,127,207). Sum of RGB (Red+Green+Blue) = 200+127+207=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 127 (50% from 255 or 23.78% 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 #C87FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87FCF is #378030. Grayscale: #9D9D9D. Windows color (decimal): -3637297 or 13598664. OLE color: 13598664.

HSL color Cylindrical-coordinate representation of color #C87FCF: hue angle of 294.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C87FCF is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 127 207 -
CMYK 0.03 0.39 0 0.19
HSL 294.75º 0.45% 0.65% -
HSV(B) 294.75º 0.39% 0.81% -
XYZ 42.67 31.96 62.95 -
YUV 157.95 155.68 158 -
System Red Green Blue C M Y K H S L
Decimal 200 127 207 0.03 0.39 0 0.19 294.75 0.45 0.65
Hex C8 7F CF 3 27 0 13 127 2D 41
Octal 310 177 317 3 47 0 23 447 55 101
Binary 11001000 1111111 11001111 11 100111 0 10011 100100111 101101 1000001

Color Harmonies of #C87FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87FCF

Black with #C87FCF

Text Example


Text Example

White with #C87FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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