Html Css Color HEX #C830DB Medium Orchid

📋 copy color: '#C830DB'

red 200 ◦ green 48 ◦ blue 219

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

Shades of Medium Orchid #C830DB

Tints of Medium Orchid #C830DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.9%

R = 42.83%
G = 10.28%
B = 46.9%

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

#C830DB (or 0xC830DB) is known color: Medium Orchid. HEX triplet: C8, 30 and DB. RGB value is (200,48,219). Sum of RGB (Red+Green+Blue) = 200+48+219=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 48 (19.14% from 255 or 10.28% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #C830DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C830DB is #37CF24. Grayscale: #707070. Windows color (decimal): -3657509 or 14364872. OLE color: 14364872.

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

Color convert

RGB 200 48 219 -
CMYK 0.09 0.78 0 0.14
HSL 293.33º 0.7% 0.52% -
HSV(B) 293.33º 0.78% 0.86% -
XYZ 37.66 19.51 68.8 -
YUV 112.94 187.86 190.1 -
System Red Green Blue C M Y K H S L
Decimal 200 48 219 0.09 0.78 0 0.14 293.33 0.7 0.52
Hex C8 30 DB 9 4E 0 E 125 46 34
Octal 310 60 333 11 116 0 16 445 106 64
Binary 11001000 110000 11011011 1001 1001110 0 1110 100100101 1000110 110100

Color Harmonies of #C830DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C830DB

Black with #C830DB

Text Example


Text Example

White with #C830DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C830DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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