Html Css Color HEX #C86BDA Orchid

📋 copy color: '#C86BDA'

red 200 ◦ green 107 ◦ blue 218

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

Shades of Orchid #C86BDA

Tints of Orchid #C86BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.52%

R = 38.1%
G = 20.38%
B = 41.52%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C86BDA (or 0xC86BDA) is known color: Orchid. HEX triplet: C8, 6B and DA. RGB value is (200,107,218). Sum of RGB (Red+Green+Blue) = 200+107+218=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 107 (42.19% from 255 or 20.38% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #C86BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86BDA is #379425. Grayscale: #939393. Windows color (decimal): -3642406 or 14314440. OLE color: 14314440.

HSL color Cylindrical-coordinate representation of color #C86BDA: hue angle of 290.27º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C86BDA is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 107 218 -
CMYK 0.08 0.51 0 0.15
HSL 290.27º 0.6% 0.64% -
HSV(B) 290.27º 0.51% 0.85% -
XYZ 41.73 27.86 69.51 -
YUV 147.46 167.81 165.47 -
System Red Green Blue C M Y K H S L
Decimal 200 107 218 0.08 0.51 0 0.15 290.27 0.6 0.64
Hex C8 6B DA 8 33 0 F 122 3C 40
Octal 310 153 332 10 63 0 17 442 74 100
Binary 11001000 1101011 11011010 1000 110011 0 1111 100100010 111100 1000000

Color Harmonies of #C86BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86BDA

Black with #C86BDA

Text Example


Text Example

White with #C86BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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