Html Css Color HEX #C84FDE Medium Orchid

📋 copy color: '#C84FDE'

red 200 ◦ green 79 ◦ blue 222

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

Shades of Medium Orchid #C84FDE

Tints of Medium Orchid #C84FDE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.77%

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

R = 39.92%
G = 15.77%
B = 44.31%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C84FDE (or 0xC84FDE) is known color: Medium Orchid. HEX triplet: C8, 4F and DE. RGB value is (200,79,222). Sum of RGB (Red+Green+Blue) = 200+79+222=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 79 (31.25% from 255 or 15.77% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #C84FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84FDE is #37B021. Grayscale: #838383. Windows color (decimal): -3649570 or 14569416. OLE color: 14569416.

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

Color convert

RGB 200 79 222 -
CMYK 0.10 0.64 0 0.13
HSL 290.77º 0.68% 0.59% -
HSV(B) 290.77º 0.64% 0.87% -
XYZ 39.8 23.15 71.48 -
YUV 131.48 179.09 176.87 -
System Red Green Blue C M Y K H S L
Decimal 200 79 222 0.10 0.64 0 0.13 290.77 0.68 0.59
Hex C8 4F DE A 40 0 D 123 44 3B
Octal 310 117 336 12 100 0 15 443 104 73
Binary 11001000 1001111 11011110 1010 1000000 0 1101 100100011 1000100 111011

Color Harmonies of #C84FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84FDE

Black with #C84FDE

Text Example


Text Example

White with #C84FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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