Html Css Color HEX #C039D0 Medium Orchid

📋 copy color: '#C039D0'

red 192 ◦ green 57 ◦ blue 208

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

Shades of Medium Orchid #C039D0

Tints of Medium Orchid #C039D0

RGB

 RED value IS 192 (75.39% from 255) = 42.01%

 GREEN value IS 57 (22.66% from 255) = 12.47%

 BLUE value IS 208 (81.64% from 255) = 45.51%

R = 42.01%
G = 12.47%
B = 45.51%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C039D0 (or 0xC039D0) is known color: Medium Orchid. HEX triplet: C0, 39 and D0. RGB value is (192,57,208). Sum of RGB (Red+Green+Blue) = 192+57+208=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 57 (22.66% from 255 or 12.47% from 457); Blue value is 208 (81.64% from 255 or 45.51% from 457); Max value from RGB is 208 - color contains mainly: blue. Hex color #C039D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C039D0 is #3FC62F. Grayscale: #727272. Windows color (decimal): -4179504 or 13646272. OLE color: 13646272.

HSL color Cylindrical-coordinate representation of color #C039D0: hue angle of 293.64º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C039D0 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 57 208 -
CMYK 0.08 0.73 0 0.18
HSL 293.64º 0.62% 0.52% -
HSV(B) 293.64º 0.73% 0.82% -
XYZ 34.59 18.69 61.46 -
YUV 114.58 180.73 183.22 -
System Red Green Blue C M Y K H S L
Decimal 192 57 208 0.08 0.73 0 0.18 293.64 0.62 0.52
Hex C0 39 D0 8 49 0 12 126 3E 34
Octal 300 71 320 10 111 0 22 446 76 64
Binary 11000000 111001 11010000 1000 1001001 0 10010 100100110 111110 110100

Color Harmonies of #C039D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C039D0

Black with #C039D0

Text Example


Text Example

White with #C039D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C039D0; }

 p { color: rgb(192,57,208); }

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

background-color css

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

 a { background-color: rgb(192,57,208); }

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

border-color css

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

 span { border-color: rgb(192,57,208); }

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