Html Css Color HEX #C84FD8 Medium Orchid

📋 copy color: '#C84FD8'

red 200 ◦ green 79 ◦ blue 216

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

Shades of Medium Orchid #C84FD8

Tints of Medium Orchid #C84FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.64%

R = 40.4%
G = 15.96%
B = 43.64%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C84FD8 (or 0xC84FD8) is known color: Medium Orchid. HEX triplet: C8, 4F and D8. RGB value is (200,79,216). Sum of RGB (Red+Green+Blue) = 200+79+216=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 79 (31.25% from 255 or 15.96% from 495); Blue value is 216 (84.77% from 255 or 43.64% from 495); Max value from RGB is 216 - color contains mainly: blue. Hex color #C84FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84FD8 is #37B027. Grayscale: #828282. Windows color (decimal): -3649576 or 14176200. OLE color: 14176200.

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

Color convert

RGB 200 79 216 -
CMYK 0.07 0.63 0 0.15
HSL 292.99º 0.64% 0.58% -
HSV(B) 292.99º 0.63% 0.85% -
XYZ 39.01 22.83 67.32 -
YUV 130.8 176.09 177.36 -
System Red Green Blue C M Y K H S L
Decimal 200 79 216 0.07 0.63 0 0.15 292.99 0.64 0.58
Hex C8 4F D8 7 3F 0 F 125 40 3A
Octal 310 117 330 7 77 0 17 445 100 72
Binary 11001000 1001111 11011000 111 111111 0 1111 100100101 1000000 111010

Color Harmonies of #C84FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84FD8

Black with #C84FD8

Text Example


Text Example

White with #C84FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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