Html Css Color HEX #C866DE Medium Orchid

📋 copy color: '#C866DE'

red 200 ◦ green 102 ◦ blue 222

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

Shades of Medium Orchid #C866DE

Tints of Medium Orchid #C866DE

RGB

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

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

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

R = 38.17%
G = 19.47%
B = 42.37%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C866DE (or 0xC866DE) is known color: Medium Orchid. HEX triplet: C8, 66 and DE. RGB value is (200,102,222). Sum of RGB (Red+Green+Blue) = 200+102+222=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 102 (40.23% from 255 or 19.47% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #C866DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C866DE is #379921. Grayscale: #909090. Windows color (decimal): -3643682 or 14575304. OLE color: 14575304.

HSL color Cylindrical-coordinate representation of color #C866DE: hue angle of 289º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C866DE is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 102 222 -
CMYK 0.10 0.54 0 0.13
HSL 289º 0.65% 0.64% -
HSV(B) 289º 0.54% 0.87% -
XYZ 41.76 27.06 72.13 -
YUV 144.98 171.47 167.24 -
System Red Green Blue C M Y K H S L
Decimal 200 102 222 0.10 0.54 0 0.13 289 0.65 0.64
Hex C8 66 DE A 36 0 D 121 41 40
Octal 310 146 336 12 66 0 15 441 101 100
Binary 11001000 1100110 11011110 1010 110110 0 1101 100100001 1000001 1000000

Color Harmonies of #C866DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C866DE

Black with #C866DE

Text Example


Text Example

White with #C866DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C866DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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