Html Css Color HEX #C05FD9 Medium Orchid

📋 copy color: '#C05FD9'

red 192 ◦ green 95 ◦ blue 217

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

Shades of Medium Orchid #C05FD9

Tints of Medium Orchid #C05FD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 43.06%

R = 38.1%
G = 18.85%
B = 43.06%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C05FD9 (or 0xC05FD9) is known color: Medium Orchid. HEX triplet: C0, 5F and D9. RGB value is (192,95,217). Sum of RGB (Red+Green+Blue) = 192+95+217=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 95 (37.5% from 255 or 18.85% from 504); Blue value is 217 (85.16% from 255 or 43.06% from 504); Max value from RGB is 217 - color contains mainly: blue. Hex color #C05FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05FD9 is #3FA026. Grayscale: #898989. Windows color (decimal): -4169767 or 14245824. OLE color: 14245824.

HSL color Cylindrical-coordinate representation of color #C05FD9: hue angle of 287.7º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C05FD9 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 95 217 -
CMYK 0.12 0.56 0 0.15
HSL 287.7º 0.62% 0.61% -
HSV(B) 287.7º 0.56% 0.85% -
XYZ 38.35 24.4 68.33 -
YUV 137.91 172.64 166.58 -
System Red Green Blue C M Y K H S L
Decimal 192 95 217 0.12 0.56 0 0.15 287.7 0.62 0.61
Hex C0 5F D9 C 38 0 F 120 3E 3D
Octal 300 137 331 14 70 0 17 440 76 75
Binary 11000000 1011111 11011001 1100 111000 0 1111 100100000 111110 111101

Color Harmonies of #C05FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05FD9

Black with #C05FD9

Text Example


Text Example

White with #C05FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05FD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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