Html Css Color HEX #C864DF Medium Orchid

📋 copy color: '#C864DF'

red 200 ◦ green 100 ◦ blue 223

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

Shades of Medium Orchid #C864DF

Tints of Medium Orchid #C864DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.64%

R = 38.24%
G = 19.12%
B = 42.64%

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

#C864DF (or 0xC864DF) is known color: Medium Orchid. HEX triplet: C8, 64 and DF. RGB value is (200,100,223). Sum of RGB (Red+Green+Blue) = 200+100+223=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 100 (39.45% from 255 or 19.12% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #C864DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C864DF is #379B20. Grayscale: #8F8F8F. Windows color (decimal): -3644193 or 14640328. OLE color: 14640328.

HSL color Cylindrical-coordinate representation of color #C864DF: hue angle of 288.78º degrees, saturation: 0.66, 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 #C864DF is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 100 223 -
CMYK 0.10 0.55 0 0.13
HSL 288.78º 0.66% 0.63% -
HSV(B) 288.78º 0.55% 0.87% -
XYZ 41.7 26.72 72.77 -
YUV 143.92 172.63 168 -
System Red Green Blue C M Y K H S L
Decimal 200 100 223 0.10 0.55 0 0.13 288.78 0.66 0.63
Hex C8 64 DF A 37 0 D 121 42 3F
Octal 310 144 337 12 67 0 15 441 102 77
Binary 11001000 1100100 11011111 1010 110111 0 1101 100100001 1000010 111111

Color Harmonies of #C864DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C864DF

Black with #C864DF

Text Example


Text Example

White with #C864DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C864DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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