Html Css Color HEX #C87CBA Orchid

📋 copy color: '#C87CBA'

red 200 ◦ green 124 ◦ blue 186

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

Shades of Orchid #C87CBA

Tints of Orchid #C87CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.31%

 BLUE value IS 186 (73.05% from 255) = 36.47%

R = 39.22%
G = 24.31%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C87CBA (or 0xC87CBA) is known color: Orchid. HEX triplet: C8, 7C and BA. RGB value is (200,124,186). Sum of RGB (Red+Green+Blue) = 200+124+186=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 200 - color contains mainly: red. Hex color #C87CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87CBA is #378345. Grayscale: #999999. Windows color (decimal): -3638086 or 12221640. OLE color: 12221640.

HSL color Cylindrical-coordinate representation of color #C87CBA: hue angle of 311.05º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87CBA is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 124 186 -
CMYK 0 0.38 0.07 0.22
HSL 311.05º 0.41% 0.64% -
HSV(B) 311.05º 0.38% 0.78% -
XYZ 39.89 30.24 50.19 -
YUV 153.79 146.18 160.96 -
System Red Green Blue C M Y K H S L
Decimal 200 124 186 0 0.38 0.07 0.22 311.05 0.41 0.64
Hex C8 7C BA 0 26 7 16 137 29 40
Octal 310 174 272 0 46 7 26 467 51 100
Binary 11001000 1111100 10111010 0 100110 111 10110 100110111 101001 1000000

Color Harmonies of #C87CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87CBA

Black with #C87CBA

Text Example


Text Example

White with #C87CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87CBA; }

 p { color: rgb(200,124,186); }

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

background-color css

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

 a { background-color: rgb(200,124,186); }

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

border-color css

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

 span { border-color: rgb(200,124,186); }

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