Html Css Color HEX #C84DEB Medium Orchid

📋 copy color: '#C84DEB'

red 200 ◦ green 77 ◦ blue 235

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

Shades of Medium Orchid #C84DEB

Tints of Medium Orchid #C84DEB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.04%

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

R = 39.06%
G = 15.04%
B = 45.9%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C84DEB (or 0xC84DEB) is known color: Medium Orchid. HEX triplet: C8, 4D and EB. RGB value is (200,77,235). Sum of RGB (Red+Green+Blue) = 200+77+235=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 77 (30.47% from 255 or 15.04% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #C84DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C84DEB is #37B214. Grayscale: #838383. Windows color (decimal): -3650069 or 15420872. OLE color: 15420872.

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

Color convert

RGB 200 77 235 -
CMYK 0.15 0.67 0 0.08
HSL 286.71º 0.8% 0.61% -
HSV(B) 286.71º 0.67% 0.92% -
XYZ 41.47 23.59 80.96 -
YUV 131.79 186.25 176.65 -
System Red Green Blue C M Y K H S L
Decimal 200 77 235 0.15 0.67 0 0.08 286.71 0.8 0.61
Hex C8 4D EB F 43 0 8 11F 50 3D
Octal 310 115 353 17 103 0 10 437 120 75
Binary 11001000 1001101 11101011 1111 1000011 0 1000 100011111 1010000 111101

Color Harmonies of #C84DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84DEB

Black with #C84DEB

Text Example


Text Example

White with #C84DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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