Html Css Color HEX #C86FD1 Orchid

📋 copy color: '#C86FD1'

red 200 ◦ green 111 ◦ blue 209

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

Shades of Orchid #C86FD1

Tints of Orchid #C86FD1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.35%

 BLUE value IS 209 (82.03% from 255) = 40.19%

R = 38.46%
G = 21.35%
B = 40.19%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C86FD1 (or 0xC86FD1) is known color: Orchid. HEX triplet: C8, 6F and D1. RGB value is (200,111,209). Sum of RGB (Red+Green+Blue) = 200+111+209=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 209 (82.03% from 255 or 40.19% from 520); Max value from RGB is 209 - color contains mainly: blue. Hex color #C86FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86FD1 is #37902E. Grayscale: #949494. Windows color (decimal): -3641391 or 13725640. OLE color: 13725640.

HSL color Cylindrical-coordinate representation of color #C86FD1: hue angle of 294.49º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C86FD1 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 111 209 -
CMYK 0.04 0.47 0 0.18
HSL 294.49º 0.52% 0.63% -
HSV(B) 294.49º 0.47% 0.82% -
XYZ 41.01 28.25 63.61 -
YUV 148.78 161.99 164.53 -
System Red Green Blue C M Y K H S L
Decimal 200 111 209 0.04 0.47 0 0.18 294.49 0.52 0.63
Hex C8 6F D1 4 2F 0 12 126 34 3F
Octal 310 157 321 4 57 0 22 446 64 77
Binary 11001000 1101111 11010001 100 101111 0 10010 100100110 110100 111111

Color Harmonies of #C86FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86FD1

Black with #C86FD1

Text Example


Text Example

White with #C86FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86FD1; }

 p { color: rgb(200,111,209); }

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

background-color css

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

 a { background-color: rgb(200,111,209); }

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

border-color css

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

 span { border-color: rgb(200,111,209); }

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