Html Css Color HEX #C830D5 Medium Orchid

📋 copy color: '#C830D5'

red 200 ◦ green 48 ◦ blue 213

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

Shades of Medium Orchid #C830D5

Tints of Medium Orchid #C830D5

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.41%

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

R = 43.38%
G = 10.41%
B = 46.2%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C830D5 (or 0xC830D5) is known color: Medium Orchid. HEX triplet: C8, 30 and D5. RGB value is (200,48,213). Sum of RGB (Red+Green+Blue) = 200+48+213=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 48 (19.14% from 255 or 10.41% from 461); Blue value is 213 (83.59% from 255 or 46.20% from 461); Max value from RGB is 213 - color contains mainly: blue. Hex color #C830D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C830D5 is #37CF2A. Grayscale: #6F6F6F. Windows color (decimal): -3657515 or 13971656. OLE color: 13971656.

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

Color convert

RGB 200 48 213 -
CMYK 0.06 0.77 0 0.16
HSL 295.27º 0.66% 0.51% -
HSV(B) 295.27º 0.77% 0.84% -
XYZ 36.89 19.2 64.71 -
YUV 112.26 184.86 190.58 -
System Red Green Blue C M Y K H S L
Decimal 200 48 213 0.06 0.77 0 0.16 295.27 0.66 0.51
Hex C8 30 D5 6 4D 0 10 127 42 33
Octal 310 60 325 6 115 0 20 447 102 63
Binary 11001000 110000 11010101 110 1001101 0 10000 100100111 1000010 110011

Color Harmonies of #C830D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C830D5

Black with #C830D5

Text Example


Text Example

White with #C830D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C830D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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