Html Css Color HEX #C864DD Medium Orchid

📋 copy color: '#C864DD'

red 200 ◦ green 100 ◦ blue 221

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

Shades of Medium Orchid #C864DD

Tints of Medium Orchid #C864DD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.19%

 BLUE value IS 221 (86.72% from 255) = 42.42%

R = 38.39%
G = 19.19%
B = 42.42%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C864DD (or 0xC864DD) is known color: Medium Orchid. HEX triplet: C8, 64 and DD. RGB value is (200,100,221). Sum of RGB (Red+Green+Blue) = 200+100+221=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 100 (39.45% from 255 or 19.19% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #C864DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C864DD is #379B22. Grayscale: #8F8F8F. Windows color (decimal): -3644195 or 14509256. OLE color: 14509256.

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

Color convert

RGB 200 100 221 -
CMYK 0.10 0.55 0 0.13
HSL 289.59º 0.64% 0.63% -
HSV(B) 289.59º 0.55% 0.87% -
XYZ 41.43 26.61 71.36 -
YUV 143.69 171.63 168.16 -
System Red Green Blue C M Y K H S L
Decimal 200 100 221 0.10 0.55 0 0.13 289.59 0.64 0.63
Hex C8 64 DD A 37 0 D 122 40 3F
Octal 310 144 335 12 67 0 15 442 100 77
Binary 11001000 1100100 11011101 1010 110111 0 1101 100100010 1000000 111111

Color Harmonies of #C864DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C864DD

Black with #C864DD

Text Example


Text Example

White with #C864DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C864DD; }

 p { color: rgb(200,100,221); }

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

background-color css

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

 a { background-color: rgb(200,100,221); }

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

border-color css

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

 span { border-color: rgb(200,100,221); }

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