Html Css Color HEX #C84FEB Medium Orchid

📋 copy color: '#C84FEB'

red 200 ◦ green 79 ◦ blue 235

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

Shades of Medium Orchid #C84FEB

Tints of Medium Orchid #C84FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.72%

R = 38.91%
G = 15.37%
B = 45.72%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C84FEB (or 0xC84FEB) is known color: Medium Orchid. HEX triplet: C8, 4F and EB. RGB value is (200,79,235). Sum of RGB (Red+Green+Blue) = 200+79+235=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 79 (31.25% from 255 or 15.37% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #C84FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C84FEB is #37B014. Grayscale: #848484. Windows color (decimal): -3649557 or 15421384. OLE color: 15421384.

HSL color Cylindrical-coordinate representation of color #C84FEB: hue angle of 286.54º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C84FEB is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 79 235 -
CMYK 0.15 0.66 0 0.08
HSL 286.54º 0.8% 0.62% -
HSV(B) 286.54º 0.66% 0.92% -
XYZ 41.61 23.87 81.01 -
YUV 132.96 185.59 175.82 -
System Red Green Blue C M Y K H S L
Decimal 200 79 235 0.15 0.66 0 0.08 286.54 0.8 0.62
Hex C8 4F EB F 42 0 8 11F 50 3E
Octal 310 117 353 17 102 0 10 437 120 76
Binary 11001000 1001111 11101011 1111 1000010 0 1000 100011111 1010000 111110

Color Harmonies of #C84FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84FEB

Black with #C84FEB

Text Example


Text Example

White with #C84FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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