Html Css Color HEX #C730DB Medium Orchid

📋 copy color: '#C730DB'

red 199 ◦ green 48 ◦ blue 219

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

Shades of Medium Orchid #C730DB

Tints of Medium Orchid #C730DB

RGB

 RED value IS 199 (78.13% from 255) = 42.7%

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

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

R = 42.7%
G = 10.3%
B = 47%

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

#C730DB (or 0xC730DB) is known color: Medium Orchid. HEX triplet: C7, 30 and DB. RGB value is (199,48,219). Sum of RGB (Red+Green+Blue) = 199+48+219=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 48 (19.14% from 255 or 10.30% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #C730DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C730DB is #38CF24. Grayscale: #707070. Windows color (decimal): -3723045 or 14364871. OLE color: 14364871.

HSL color Cylindrical-coordinate representation of color #C730DB: hue angle of 292.98º 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 #C730DB is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 48 219 -
CMYK 0.09 0.78 0 0.14
HSL 292.98º 0.7% 0.52% -
HSV(B) 292.98º 0.78% 0.86% -
XYZ 37.4 19.37 68.79 -
YUV 112.64 188.03 189.6 -
System Red Green Blue C M Y K H S L
Decimal 199 48 219 0.09 0.78 0 0.14 292.98 0.7 0.52
Hex C7 30 DB 9 4E 0 E 125 46 34
Octal 307 60 333 11 116 0 16 445 106 64
Binary 11000111 110000 11011011 1001 1001110 0 1110 100100101 1000110 110100

Color Harmonies of #C730DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C730DB

Black with #C730DB

Text Example


Text Example

White with #C730DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C730DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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