Html Css Color HEX #C830DC Medium Orchid

📋 copy color: '#C830DC'

red 200 ◦ green 48 ◦ blue 220

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

Shades of Medium Orchid #C830DC

Tints of Medium Orchid #C830DC

RGB

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

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

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

R = 42.74%
G = 10.26%
B = 47.01%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C830DC (or 0xC830DC) is known color: Medium Orchid. HEX triplet: C8, 30 and DC. RGB value is (200,48,220). Sum of RGB (Red+Green+Blue) = 200+48+220=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 48 (19.14% from 255 or 10.26% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #C830DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C830DC is #37CF23. Grayscale: #707070. Windows color (decimal): -3657508 or 14430408. OLE color: 14430408.

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

Color convert

RGB 200 48 220 -
CMYK 0.09 0.78 0 0.14
HSL 293.02º 0.71% 0.53% -
HSV(B) 293.02º 0.78% 0.86% -
XYZ 37.79 19.56 69.49 -
YUV 113.06 188.36 190.01 -
System Red Green Blue C M Y K H S L
Decimal 200 48 220 0.09 0.78 0 0.14 293.02 0.71 0.53
Hex C8 30 DC 9 4E 0 E 125 47 35
Octal 310 60 334 11 116 0 16 445 107 65
Binary 11001000 110000 11011100 1001 1001110 0 1110 100100101 1000111 110101

Color Harmonies of #C830DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C830DC

Black with #C830DC

Text Example


Text Example

White with #C830DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C830DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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