Html Css Color HEX #C866DA Medium Orchid

📋 copy color: '#C866DA'

red 200 ◦ green 102 ◦ blue 218

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

Shades of Medium Orchid #C866DA

Tints of Medium Orchid #C866DA

RGB

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

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

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

R = 38.46%
G = 19.62%
B = 41.92%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C866DA (or 0xC866DA) is known color: Medium Orchid. HEX triplet: C8, 66 and DA. RGB value is (200,102,218). Sum of RGB (Red+Green+Blue) = 200+102+218=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 102 (40.23% from 255 or 19.62% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #C866DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C866DA is #379925. Grayscale: #909090. Windows color (decimal): -3643686 or 14313160. OLE color: 14313160.

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

Color convert

RGB 200 102 218 -
CMYK 0.08 0.53 0 0.15
HSL 290.69º 0.61% 0.63% -
HSV(B) 290.69º 0.53% 0.85% -
XYZ 41.23 26.84 69.34 -
YUV 144.53 169.47 167.57 -
System Red Green Blue C M Y K H S L
Decimal 200 102 218 0.08 0.53 0 0.15 290.69 0.61 0.63
Hex C8 66 DA 8 35 0 F 123 3D 3F
Octal 310 146 332 10 65 0 17 443 75 77
Binary 11001000 1100110 11011010 1000 110101 0 1111 100100011 111101 111111

Color Harmonies of #C866DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C866DA

Black with #C866DA

Text Example


Text Example

White with #C866DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C866DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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