Html Css Color HEX #C84FF0 Medium Orchid

📋 copy color: '#C84FF0'

red 200 ◦ green 79 ◦ blue 240

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

Shades of Medium Orchid #C84FF0

Tints of Medium Orchid #C84FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.24%

R = 38.54%
G = 15.22%
B = 46.24%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C84FF0 (or 0xC84FF0) is known color: Medium Orchid. HEX triplet: C8, 4F and F0. RGB value is (200,79,240). Sum of RGB (Red+Green+Blue) = 200+79+240=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 79 (31.25% from 255 or 15.22% from 519); Blue value is 240 (94.14% from 255 or 46.24% from 519); Max value from RGB is 240 - color contains mainly: blue. Hex color #C84FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C84FF0 is #37B00F. Grayscale: #858585. Windows color (decimal): -3649552 or 15749064. OLE color: 15749064.

HSL color Cylindrical-coordinate representation of color #C84FF0: hue angle of 285.09º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C84FF0 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 200 79 240 -
CMYK 0.17 0.67 0 0.06
HSL 285.09º 0.84% 0.63% -
HSV(B) 285.09º 0.67% 0.94% -
XYZ 42.34 24.16 84.87 -
YUV 133.53 188.09 175.41 -
System Red Green Blue C M Y K H S L
Decimal 200 79 240 0.17 0.67 0 0.06 285.09 0.84 0.63
Hex C8 4F F0 11 43 0 6 11D 54 3F
Octal 310 117 360 21 103 0 6 435 124 77
Binary 11001000 1001111 11110000 10001 1000011 0 110 100011101 1010100 111111

Color Harmonies of #C84FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84FF0

Black with #C84FF0

Text Example


Text Example

White with #C84FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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