Html Css Color HEX #C834D5 Medium Orchid

📋 copy color: '#C834D5'

red 200 ◦ green 52 ◦ blue 213

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

Shades of Medium Orchid #C834D5

Tints of Medium Orchid #C834D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.81%

R = 43.01%
G = 11.18%
B = 45.81%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C834D5 (or 0xC834D5) is known color: Medium Orchid. HEX triplet: C8, 34 and D5. RGB value is (200,52,213). Sum of RGB (Red+Green+Blue) = 200+52+213=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 52 (20.70% from 255 or 11.18% from 465); Blue value is 213 (83.59% from 255 or 45.81% from 465); Max value from RGB is 213 - color contains mainly: blue. Hex color #C834D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C834D5 is #37CB2A. Grayscale: #727272. Windows color (decimal): -3656491 or 13972680. OLE color: 13972680.

HSL color Cylindrical-coordinate representation of color #C834D5: hue angle of 295.16º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C834D5 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 52 213 -
CMYK 0.06 0.76 0 0.16
HSL 295.16º 0.66% 0.52% -
HSV(B) 295.16º 0.76% 0.84% -
XYZ 37.06 19.54 64.77 -
YUV 114.61 183.53 188.91 -
System Red Green Blue C M Y K H S L
Decimal 200 52 213 0.06 0.76 0 0.16 295.16 0.66 0.52
Hex C8 34 D5 6 4C 0 10 127 42 34
Octal 310 64 325 6 114 0 20 447 102 64
Binary 11001000 110100 11010101 110 1001100 0 10000 100100111 1000010 110100

Color Harmonies of #C834D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C834D5

Black with #C834D5

Text Example


Text Example

White with #C834D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C834D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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