Html Css Color HEX #C83CDC Medium Orchid

📋 copy color: '#C83CDC'

red 200 ◦ green 60 ◦ blue 220

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

Shades of Medium Orchid #C83CDC

Tints of Medium Orchid #C83CDC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.5%

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

R = 41.67%
G = 12.5%
B = 45.83%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C83CDC (or 0xC83CDC) is known color: Medium Orchid. HEX triplet: C8, 3C and DC. RGB value is (200,60,220). Sum of RGB (Red+Green+Blue) = 200+60+220=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 60 (23.83% from 255 or 12.5% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #C83CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83CDC is #37C323. Grayscale: #777777. Windows color (decimal): -3654436 or 14433480. OLE color: 14433480.

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

Color convert

RGB 200 60 220 -
CMYK 0.09 0.73 0 0.14
HSL 292.5º 0.7% 0.55% -
HSV(B) 292.5º 0.73% 0.86% -
XYZ 38.35 20.68 69.68 -
YUV 120.1 184.38 184.99 -
System Red Green Blue C M Y K H S L
Decimal 200 60 220 0.09 0.73 0 0.14 292.5 0.7 0.55
Hex C8 3C DC 9 49 0 E 124 46 37
Octal 310 74 334 11 111 0 16 444 106 67
Binary 11001000 111100 11011100 1001 1001001 0 1110 100100100 1000110 110111

Color Harmonies of #C83CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83CDC

Black with #C83CDC

Text Example


Text Example

White with #C83CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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