Html Css Color HEX #C84DE6 Medium Orchid

📋 copy color: '#C84DE6'

red 200 ◦ green 77 ◦ blue 230

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

Shades of Medium Orchid #C84DE6

Tints of Medium Orchid #C84DE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.36%

R = 39.45%
G = 15.19%
B = 45.36%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C84DE6 (or 0xC84DE6) is known color: Medium Orchid. HEX triplet: C8, 4D and E6. RGB value is (200,77,230). Sum of RGB (Red+Green+Blue) = 200+77+230=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 77 (30.47% from 255 or 15.19% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 230 - color contains mainly: blue. Hex color #C84DE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C84DE6 is #37B219. Grayscale: #828282. Windows color (decimal): -3650074 or 15093192. OLE color: 15093192.

HSL color Cylindrical-coordinate representation of color #C84DE6: hue angle of 288.24º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C84DE6 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 200 77 230 -
CMYK 0.13 0.67 0 0.10
HSL 288.24º 0.75% 0.6% -
HSV(B) 288.24º 0.67% 0.9% -
XYZ 40.76 23.3 77.21 -
YUV 131.22 183.75 177.06 -
System Red Green Blue C M Y K H S L
Decimal 200 77 230 0.13 0.67 0 0.10 288.24 0.75 0.6
Hex C8 4D E6 D 43 0 A 120 4B 3C
Octal 310 115 346 15 103 0 12 440 113 74
Binary 11001000 1001101 11100110 1101 1000011 0 1010 100100000 1001011 111100

Color Harmonies of #C84DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84DE6

Black with #C84DE6

Text Example


Text Example

White with #C84DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84DE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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