Html Css Color HEX #C834DC Medium Orchid

📋 copy color: '#C834DC'

red 200 ◦ green 52 ◦ blue 220

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

Shades of Medium Orchid #C834DC

Tints of Medium Orchid #C834DC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.02%

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

R = 42.37%
G = 11.02%
B = 46.61%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C834DC (or 0xC834DC) is known color: Medium Orchid. HEX triplet: C8, 34 and DC. RGB value is (200,52,220). Sum of RGB (Red+Green+Blue) = 200+52+220=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 52 (20.70% from 255 or 11.02% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #C834DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C834DC is #37CB23. Grayscale: #727272. Windows color (decimal): -3656484 or 14431432. OLE color: 14431432.

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

Color convert

RGB 200 52 220 -
CMYK 0.09 0.76 0 0.14
HSL 292.86º 0.71% 0.53% -
HSV(B) 292.86º 0.76% 0.86% -
XYZ 37.97 19.9 69.55 -
YUV 115.4 187.03 188.34 -
System Red Green Blue C M Y K H S L
Decimal 200 52 220 0.09 0.76 0 0.14 292.86 0.71 0.53
Hex C8 34 DC 9 4C 0 E 125 47 35
Octal 310 64 334 11 114 0 16 445 107 65
Binary 11001000 110100 11011100 1001 1001100 0 1110 100100101 1000111 110101

Color Harmonies of #C834DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C834DC

Black with #C834DC

Text Example


Text Example

White with #C834DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C834DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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