Html Css Color HEX #C05FD0 Medium Orchid

📋 copy color: '#C05FD0'

red 192 ◦ green 95 ◦ blue 208

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

Shades of Medium Orchid #C05FD0

Tints of Medium Orchid #C05FD0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.19%

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

R = 38.79%
G = 19.19%
B = 42.02%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C05FD0 (or 0xC05FD0) is known color: Medium Orchid. HEX triplet: C0, 5F and D0. RGB value is (192,95,208). Sum of RGB (Red+Green+Blue) = 192+95+208=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 95 (37.5% from 255 or 19.19% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #C05FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05FD0 is #3FA02F. Grayscale: #888888. Windows color (decimal): -4169776 or 13656000. OLE color: 13656000.

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

Color convert

RGB 192 95 208 -
CMYK 0.08 0.54 0 0.18
HSL 291.5º 0.55% 0.59% -
HSV(B) 291.5º 0.54% 0.82% -
XYZ 37.22 23.94 62.33 -
YUV 136.89 168.14 167.31 -
System Red Green Blue C M Y K H S L
Decimal 192 95 208 0.08 0.54 0 0.18 291.5 0.55 0.59
Hex C0 5F D0 8 36 0 12 124 37 3B
Octal 300 137 320 10 66 0 22 444 67 73
Binary 11000000 1011111 11010000 1000 110110 0 10010 100100100 110111 111011

Color Harmonies of #C05FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05FD0

Black with #C05FD0

Text Example


Text Example

White with #C05FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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