Html Css Color HEX #C84CEC Medium Orchid

📋 copy color: '#C84CEC'

red 200 ◦ green 76 ◦ blue 236

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

Shades of Medium Orchid #C84CEC

Tints of Medium Orchid #C84CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.09%

R = 39.06%
G = 14.84%
B = 46.09%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C84CEC (or 0xC84CEC) is known color: Medium Orchid. HEX triplet: C8, 4C and EC. RGB value is (200,76,236). Sum of RGB (Red+Green+Blue) = 200+76+236=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 76 (30.08% from 255 or 14.84% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #C84CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C84CEC is #37B313. Grayscale: #828282. Windows color (decimal): -3650324 or 15486152. OLE color: 15486152.

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

Color convert

RGB 200 76 236 -
CMYK 0.15 0.68 0 0.07
HSL 286.5º 0.81% 0.61% -
HSV(B) 286.5º 0.68% 0.93% -
XYZ 41.54 23.5 81.7 -
YUV 131.32 187.08 176.99 -
System Red Green Blue C M Y K H S L
Decimal 200 76 236 0.15 0.68 0 0.07 286.5 0.81 0.61
Hex C8 4C EC F 44 0 7 11E 51 3D
Octal 310 114 354 17 104 0 7 436 121 75
Binary 11001000 1001100 11101100 1111 1000100 0 111 100011110 1010001 111101

Color Harmonies of #C84CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84CEC

Black with #C84CEC

Text Example


Text Example

White with #C84CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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