Html Css Color HEX #C86DCF Orchid

📋 copy color: '#C86DCF'

red 200 ◦ green 109 ◦ blue 207

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

Shades of Orchid #C86DCF

Tints of Orchid #C86DCF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.12%

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

R = 38.76%
G = 21.12%
B = 40.12%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C86DCF (or 0xC86DCF) is known color: Orchid. HEX triplet: C8, 6D and CF. RGB value is (200,109,207). Sum of RGB (Red+Green+Blue) = 200+109+207=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 109 (42.97% from 255 or 21.12% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #C86DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86DCF is #379230. Grayscale: #939393. Windows color (decimal): -3641905 or 13594056. OLE color: 13594056.

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

Color convert

RGB 200 109 207 -
CMYK 0.03 0.47 0 0.19
HSL 295.71º 0.51% 0.62% -
HSV(B) 295.71º 0.47% 0.81% -
XYZ 40.55 27.72 62.25 -
YUV 147.38 161.65 165.53 -
System Red Green Blue C M Y K H S L
Decimal 200 109 207 0.03 0.47 0 0.19 295.71 0.51 0.62
Hex C8 6D CF 3 2F 0 13 128 33 3E
Octal 310 155 317 3 57 0 23 450 63 76
Binary 11001000 1101101 11001111 11 101111 0 10011 100101000 110011 111110

Color Harmonies of #C86DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86DCF

Black with #C86DCF

Text Example


Text Example

White with #C86DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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