Html Css Color HEX #C84FEE Medium Orchid

📋 copy color: '#C84FEE'

red 200 ◦ green 79 ◦ blue 238

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

Shades of Medium Orchid #C84FEE

Tints of Medium Orchid #C84FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.03%

R = 38.68%
G = 15.28%
B = 46.03%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C84FEE (or 0xC84FEE) is known color: Medium Orchid. HEX triplet: C8, 4F and EE. RGB value is (200,79,238). Sum of RGB (Red+Green+Blue) = 200+79+238=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 79 (31.25% from 255 or 15.28% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #C84FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C84FEE is #37B011. Grayscale: #848484. Windows color (decimal): -3649554 or 15617992. OLE color: 15617992.

HSL color Cylindrical-coordinate representation of color #C84FEE: hue angle of 285.66º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C84FEE is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 79 238 -
CMYK 0.16 0.67 0 0.07
HSL 285.66º 0.82% 0.62% -
HSV(B) 285.66º 0.67% 0.93% -
XYZ 42.05 24.04 83.31 -
YUV 133.31 187.09 175.57 -
System Red Green Blue C M Y K H S L
Decimal 200 79 238 0.16 0.67 0 0.07 285.66 0.82 0.62
Hex C8 4F EE 10 43 0 7 11E 52 3E
Octal 310 117 356 20 103 0 7 436 122 76
Binary 11001000 1001111 11101110 10000 1000011 0 111 100011110 1010010 111110

Color Harmonies of #C84FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84FEE

Black with #C84FEE

Text Example


Text Example

White with #C84FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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