Html Css Color HEX #C84CEE Medium Orchid

📋 copy color: '#C84CEE'

red 200 ◦ green 76 ◦ blue 238

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

Shades of Medium Orchid #C84CEE

Tints of Medium Orchid #C84CEE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.79%

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

R = 38.91%
G = 14.79%
B = 46.3%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C84CEE (or 0xC84CEE) is known color: Medium Orchid. HEX triplet: C8, 4C and EE. RGB value is (200,76,238). Sum of RGB (Red+Green+Blue) = 200+76+238=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 76 (30.08% from 255 or 14.79% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #C84CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C84CEE is #37B311. Grayscale: #838383. Windows color (decimal): -3650322 or 15617224. OLE color: 15617224.

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

Color convert

RGB 200 76 238 -
CMYK 0.16 0.68 0 0.07
HSL 285.93º 0.83% 0.62% -
HSV(B) 285.93º 0.68% 0.93% -
XYZ 41.84 23.62 83.24 -
YUV 131.54 188.08 176.83 -
System Red Green Blue C M Y K H S L
Decimal 200 76 238 0.16 0.68 0 0.07 285.93 0.83 0.62
Hex C8 4C EE 10 44 0 7 11E 53 3E
Octal 310 114 356 20 104 0 7 436 123 76
Binary 11001000 1001100 11101110 10000 1000100 0 111 100011110 1010011 111110

Color Harmonies of #C84CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84CEE

Black with #C84CEE

Text Example


Text Example

White with #C84CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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