Html Css Color HEX #C83BD6 Medium Orchid

📋 copy color: '#C83BD6'

red 200 ◦ green 59 ◦ blue 214

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

Shades of Medium Orchid #C83BD6

Tints of Medium Orchid #C83BD6

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.47%

 BLUE value IS 214 (83.98% from 255) = 45.24%

R = 42.28%
G = 12.47%
B = 45.24%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C83BD6 (or 0xC83BD6) is known color: Medium Orchid. HEX triplet: C8, 3B and D6. RGB value is (200,59,214). Sum of RGB (Red+Green+Blue) = 200+59+214=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 59 (23.44% from 255 or 12.47% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 214 - color contains mainly: blue. Hex color #C83BD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83BD6 is #37C429. Grayscale: #767676. Windows color (decimal): -3654698 or 14040008. OLE color: 14040008.

HSL color Cylindrical-coordinate representation of color #C83BD6: hue angle of 294.58º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C83BD6 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 59 214 -
CMYK 0.07 0.72 0 0.16
HSL 294.58º 0.65% 0.54% -
HSV(B) 294.58º 0.72% 0.84% -
XYZ 37.52 20.26 65.55 -
YUV 118.83 181.71 185.9 -
System Red Green Blue C M Y K H S L
Decimal 200 59 214 0.07 0.72 0 0.16 294.58 0.65 0.54
Hex C8 3B D6 7 48 0 10 127 41 36
Octal 310 73 326 7 110 0 20 447 101 66
Binary 11001000 111011 11010110 111 1001000 0 10000 100100111 1000001 110110

Color Harmonies of #C83BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83BD6

Black with #C83BD6

Text Example


Text Example

White with #C83BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83BD6; }

 p { color: rgb(200,59,214); }

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

background-color css

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

 a { background-color: rgb(200,59,214); }

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

border-color css

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

 span { border-color: rgb(200,59,214); }

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