Html Css Color HEX #C838DC Medium Orchid

📋 copy color: '#C838DC'

red 200 ◦ green 56 ◦ blue 220

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

Shades of Medium Orchid #C838DC

Tints of Medium Orchid #C838DC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.76%

 BLUE value IS 220 (86.33% from 255) = 46.22%

R = 42.02%
G = 11.76%
B = 46.22%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C838DC (or 0xC838DC) is known color: Medium Orchid. HEX triplet: C8, 38 and DC. RGB value is (200,56,220). Sum of RGB (Red+Green+Blue) = 200+56+220=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 56 (22.27% from 255 or 11.76% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #C838DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C838DC is #37C723. Grayscale: #757575. Windows color (decimal): -3655460 or 14432456. OLE color: 14432456.

HSL color Cylindrical-coordinate representation of color #C838DC: hue angle of 292.68º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C838DC is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 56 220 -
CMYK 0.09 0.75 0 0.14
HSL 292.68º 0.7% 0.54% -
HSV(B) 292.68º 0.75% 0.86% -
XYZ 38.15 20.28 69.61 -
YUV 117.75 185.71 186.66 -
System Red Green Blue C M Y K H S L
Decimal 200 56 220 0.09 0.75 0 0.14 292.68 0.7 0.54
Hex C8 38 DC 9 4B 0 E 125 46 36
Octal 310 70 334 11 113 0 16 445 106 66
Binary 11001000 111000 11011100 1001 1001011 0 1110 100100101 1000110 110110

Color Harmonies of #C838DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C838DC

Black with #C838DC

Text Example


Text Example

White with #C838DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C838DC; }

 p { color: rgb(200,56,220); }

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

background-color css

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

 a { background-color: rgb(200,56,220); }

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

border-color css

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

 span { border-color: rgb(200,56,220); }

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