Html Css Color HEX #C05FDF Medium Orchid

📋 copy color: '#C05FDF'

red 192 ◦ green 95 ◦ blue 223

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

Shades of Medium Orchid #C05FDF

Tints of Medium Orchid #C05FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.73%

R = 37.65%
G = 18.63%
B = 43.73%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C05FDF (or 0xC05FDF) is known color: Medium Orchid. HEX triplet: C0, 5F and DF. RGB value is (192,95,223). Sum of RGB (Red+Green+Blue) = 192+95+223=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 95 (37.5% from 255 or 18.63% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #C05FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05FDF is #3FA020. Grayscale: #8A8A8A. Windows color (decimal): -4169761 or 14639040. OLE color: 14639040.

HSL color Cylindrical-coordinate representation of color #C05FDF: hue angle of 285.47º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C05FDF is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 95 223 -
CMYK 0.14 0.57 0 0.13
HSL 285.47º 0.67% 0.62% -
HSV(B) 285.47º 0.57% 0.87% -
XYZ 39.15 24.72 72.52 -
YUV 138.6 175.64 166.09 -
System Red Green Blue C M Y K H S L
Decimal 192 95 223 0.14 0.57 0 0.13 285.47 0.67 0.62
Hex C0 5F DF E 39 0 D 11D 43 3E
Octal 300 137 337 16 71 0 15 435 103 76
Binary 11000000 1011111 11011111 1110 111001 0 1101 100011101 1000011 111110

Color Harmonies of #C05FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05FDF

Black with #C05FDF

Text Example


Text Example

White with #C05FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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