Html Css Color HEX #C834D8 Medium Orchid

📋 copy color: '#C834D8'

red 200 ◦ green 52 ◦ blue 216

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

Shades of Medium Orchid #C834D8

Tints of Medium Orchid #C834D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.15%

R = 42.74%
G = 11.11%
B = 46.15%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C834D8 (or 0xC834D8) is known color: Medium Orchid. HEX triplet: C8, 34 and D8. RGB value is (200,52,216). Sum of RGB (Red+Green+Blue) = 200+52+216=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 52 (20.70% from 255 or 11.11% from 468); Blue value is 216 (84.77% from 255 or 46.15% from 468); Max value from RGB is 216 - color contains mainly: blue. Hex color #C834D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C834D8 is #37CB27. Grayscale: #727272. Windows color (decimal): -3656488 or 14169288. OLE color: 14169288.

HSL color Cylindrical-coordinate representation of color #C834D8: hue angle of 294.15º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C834D8 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 52 216 -
CMYK 0.07 0.76 0 0.15
HSL 294.15º 0.68% 0.53% -
HSV(B) 294.15º 0.76% 0.85% -
XYZ 37.44 19.69 66.79 -
YUV 114.95 185.03 188.66 -
System Red Green Blue C M Y K H S L
Decimal 200 52 216 0.07 0.76 0 0.15 294.15 0.68 0.53
Hex C8 34 D8 7 4C 0 F 126 44 35
Octal 310 64 330 7 114 0 17 446 104 65
Binary 11001000 110100 11011000 111 1001100 0 1111 100100110 1000100 110101

Color Harmonies of #C834D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C834D8

Black with #C834D8

Text Example


Text Example

White with #C834D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C834D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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