Html Css Color HEX #C834D7 Medium Orchid

📋 copy color: '#C834D7'

red 200 ◦ green 52 ◦ blue 215

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

Shades of Medium Orchid #C834D7

Tints of Medium Orchid #C834D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.04%

R = 42.83%
G = 11.13%
B = 46.04%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C834D7 (or 0xC834D7) is known color: Medium Orchid. HEX triplet: C8, 34 and D7. RGB value is (200,52,215). Sum of RGB (Red+Green+Blue) = 200+52+215=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 52 (20.70% from 255 or 11.13% from 467); Blue value is 215 (84.38% from 255 or 46.04% from 467); Max value from RGB is 215 - color contains mainly: blue. Hex color #C834D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C834D7 is #37CB28. Grayscale: #727272. Windows color (decimal): -3656489 or 14103752. OLE color: 14103752.

HSL color Cylindrical-coordinate representation of color #C834D7: hue angle of 294.48º degrees, saturation: 0.67, 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 #C834D7 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 52 215 -
CMYK 0.07 0.76 0 0.16
HSL 294.48º 0.67% 0.52% -
HSV(B) 294.48º 0.76% 0.84% -
XYZ 37.31 19.64 66.11 -
YUV 114.83 184.53 188.75 -
System Red Green Blue C M Y K H S L
Decimal 200 52 215 0.07 0.76 0 0.16 294.48 0.67 0.52
Hex C8 34 D7 7 4C 0 10 126 43 34
Octal 310 64 327 7 114 0 20 446 103 64
Binary 11001000 110100 11010111 111 1001100 0 10000 100100110 1000011 110100

Color Harmonies of #C834D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C834D7

Black with #C834D7

Text Example


Text Example

White with #C834D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C834D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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