Html Css Color HEX #C86BDC Orchid

📋 copy color: '#C86BDC'

red 200 ◦ green 107 ◦ blue 220

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

Shades of Orchid #C86BDC

Tints of Orchid #C86BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.75%

R = 37.95%
G = 20.3%
B = 41.75%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C86BDC (or 0xC86BDC) is known color: Orchid. HEX triplet: C8, 6B and DC. RGB value is (200,107,220). Sum of RGB (Red+Green+Blue) = 200+107+220=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 107 (42.19% from 255 or 20.30% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #C86BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86BDC is #379423. Grayscale: #939393. Windows color (decimal): -3642404 or 14445512. OLE color: 14445512.

HSL color Cylindrical-coordinate representation of color #C86BDC: hue angle of 289.38º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C86BDC is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 107 220 -
CMYK 0.09 0.51 0 0.14
HSL 289.38º 0.62% 0.64% -
HSV(B) 289.38º 0.51% 0.86% -
XYZ 42 27.96 70.89 -
YUV 147.69 168.81 165.31 -
System Red Green Blue C M Y K H S L
Decimal 200 107 220 0.09 0.51 0 0.14 289.38 0.62 0.64
Hex C8 6B DC 9 33 0 E 121 3E 40
Octal 310 153 334 11 63 0 16 441 76 100
Binary 11001000 1101011 11011100 1001 110011 0 1110 100100001 111110 1000000

Color Harmonies of #C86BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86BDC

Black with #C86BDC

Text Example


Text Example

White with #C86BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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