Html Css Color HEX #C86BDE Orchid

📋 copy color: '#C86BDE'

red 200 ◦ green 107 ◦ blue 222

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

Shades of Orchid #C86BDE

Tints of Orchid #C86BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.97%

R = 37.81%
G = 20.23%
B = 41.97%

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

#C86BDE (or 0xC86BDE) is known color: Orchid. HEX triplet: C8, 6B and DE. RGB value is (200,107,222). Sum of RGB (Red+Green+Blue) = 200+107+222=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 107 (42.19% from 255 or 20.23% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #C86BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86BDE is #379421. Grayscale: #939393. Windows color (decimal): -3642402 or 14576584. OLE color: 14576584.

HSL color Cylindrical-coordinate representation of color #C86BDE: hue angle of 288.52º 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 #C86BDE is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 107 222 -
CMYK 0.10 0.52 0 0.13
HSL 288.52º 0.64% 0.65% -
HSV(B) 288.52º 0.52% 0.87% -
XYZ 42.26 28.07 72.3 -
YUV 147.92 169.81 165.15 -
System Red Green Blue C M Y K H S L
Decimal 200 107 222 0.10 0.52 0 0.13 288.52 0.64 0.65
Hex C8 6B DE A 34 0 D 121 40 41
Octal 310 153 336 12 64 0 15 441 100 101
Binary 11001000 1101011 11011110 1010 110100 0 1101 100100001 1000000 1000001

Color Harmonies of #C86BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86BDE

Black with #C86BDE

Text Example


Text Example

White with #C86BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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