Html Css Color HEX #C730DA Medium Orchid

📋 copy color: '#C730DA'

red 199 ◦ green 48 ◦ blue 218

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

Shades of Medium Orchid #C730DA

Tints of Medium Orchid #C730DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.88%

R = 42.8%
G = 10.32%
B = 46.88%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C730DA (or 0xC730DA) is known color: Medium Orchid. HEX triplet: C7, 30 and DA. RGB value is (199,48,218). Sum of RGB (Red+Green+Blue) = 199+48+218=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 48 (19.14% from 255 or 10.32% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #C730DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C730DA is #38CF25. Grayscale: #707070. Windows color (decimal): -3723046 or 14299335. OLE color: 14299335.

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

Color convert

RGB 199 48 218 -
CMYK 0.09 0.78 0 0.15
HSL 293.29º 0.7% 0.52% -
HSV(B) 293.29º 0.78% 0.85% -
XYZ 37.27 19.32 68.09 -
YUV 112.53 187.53 189.68 -
System Red Green Blue C M Y K H S L
Decimal 199 48 218 0.09 0.78 0 0.15 293.29 0.7 0.52
Hex C7 30 DA 9 4E 0 F 125 46 34
Octal 307 60 332 11 116 0 17 445 106 64
Binary 11000111 110000 11011010 1001 1001110 0 1111 100100101 1000110 110100

Color Harmonies of #C730DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C730DA

Black with #C730DA

Text Example


Text Example

White with #C730DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C730DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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