Html Css Color HEX #C866DC Medium Orchid

📋 copy color: '#C866DC'

red 200 ◦ green 102 ◦ blue 220

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

Shades of Medium Orchid #C866DC

Tints of Medium Orchid #C866DC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.54%

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

R = 38.31%
G = 19.54%
B = 42.15%

CMYK

 C value IS 0.09

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C866DC (or 0xC866DC) is known color: Medium Orchid. HEX triplet: C8, 66 and DC. RGB value is (200,102,220). Sum of RGB (Red+Green+Blue) = 200+102+220=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 102 (40.23% from 255 or 19.54% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #C866DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C866DC is #379923. Grayscale: #909090. Windows color (decimal): -3643684 or 14444232. OLE color: 14444232.

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

Color convert

RGB 200 102 220 -
CMYK 0.09 0.54 0 0.14
HSL 289.83º 0.63% 0.63% -
HSV(B) 289.83º 0.54% 0.86% -
XYZ 41.49 26.95 70.73 -
YUV 144.75 170.47 167.41 -
System Red Green Blue C M Y K H S L
Decimal 200 102 220 0.09 0.54 0 0.14 289.83 0.63 0.63
Hex C8 66 DC 9 36 0 E 122 3F 3F
Octal 310 146 334 11 66 0 16 442 77 77
Binary 11001000 1100110 11011100 1001 110110 0 1110 100100010 111111 111111

Color Harmonies of #C866DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C866DC

Black with #C866DC

Text Example


Text Example

White with #C866DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C866DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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