Html Css Color HEX #C86BDF Medium Orchid

📋 copy color: '#C86BDF'

red 200 ◦ green 107 ◦ blue 223

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

Shades of Medium Orchid #C86BDF

Tints of Medium Orchid #C86BDF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.19%

 BLUE value IS 223 (87.5% from 255) = 42.08%

R = 37.74%
G = 20.19%
B = 42.08%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C86BDF (or 0xC86BDF) is known color: Medium Orchid. HEX triplet: C8, 6B and DF. RGB value is (200,107,223). Sum of RGB (Red+Green+Blue) = 200+107+223=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 107 (42.19% from 255 or 20.19% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #C86BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86BDF is #379420. Grayscale: #939393. Windows color (decimal): -3642401 or 14642120. OLE color: 14642120.

HSL color Cylindrical-coordinate representation of color #C86BDF: hue angle of 288.1º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C86BDF is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 107 223 -
CMYK 0.10 0.52 0 0.13
HSL 288.1º 0.64% 0.65% -
HSV(B) 288.1º 0.52% 0.87% -
XYZ 42.4 28.12 73.01 -
YUV 148.03 170.31 165.07 -
System Red Green Blue C M Y K H S L
Decimal 200 107 223 0.10 0.52 0 0.13 288.1 0.64 0.65
Hex C8 6B DF A 34 0 D 120 40 41
Octal 310 153 337 12 64 0 15 440 100 101
Binary 11001000 1101011 11011111 1010 110100 0 1101 100100000 1000000 1000001

Color Harmonies of #C86BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86BDF

Black with #C86BDF

Text Example


Text Example

White with #C86BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86BDF; }

 p { color: rgb(200,107,223); }

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

background-color css

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

 a { background-color: rgb(200,107,223); }

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

border-color css

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

 span { border-color: rgb(200,107,223); }

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