Html Css Color HEX #C87ACF Orchid

📋 copy color: '#C87ACF'

red 200 ◦ green 122 ◦ blue 207

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

Shades of Orchid #C87ACF

Tints of Orchid #C87ACF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.06%

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

R = 37.81%
G = 23.06%
B = 39.13%

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C87ACF (or 0xC87ACF) is known color: Orchid. HEX triplet: C8, 7A and CF. RGB value is (200,122,207). Sum of RGB (Red+Green+Blue) = 200+122+207=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #C87ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87ACF is #378530. Grayscale: #9A9A9A. Windows color (decimal): -3638577 or 13597384. OLE color: 13597384.

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

Color convert

RGB 200 122 207 -
CMYK 0.03 0.41 0 0.19
HSL 295.06º 0.47% 0.65% -
HSV(B) 295.06º 0.41% 0.81% -
XYZ 42.04 30.7 62.74 -
YUV 155.01 157.34 160.09 -
System Red Green Blue C M Y K H S L
Decimal 200 122 207 0.03 0.41 0 0.19 295.06 0.47 0.65
Hex C8 7A CF 3 29 0 13 127 2F 41
Octal 310 172 317 3 51 0 23 447 57 101
Binary 11001000 1111010 11001111 11 101001 0 10011 100100111 101111 1000001

Color Harmonies of #C87ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87ACF

Black with #C87ACF

Text Example


Text Example

White with #C87ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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