Html Css Color HEX #C05FDE Medium Orchid

📋 copy color: '#C05FDE'

red 192 ◦ green 95 ◦ blue 222

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

Shades of Medium Orchid #C05FDE

Tints of Medium Orchid #C05FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.61%

R = 37.72%
G = 18.66%
B = 43.61%

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

#C05FDE (or 0xC05FDE) is known color: Medium Orchid. HEX triplet: C0, 5F and DE. RGB value is (192,95,222). Sum of RGB (Red+Green+Blue) = 192+95+222=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #C05FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05FDE is #3FA021. Grayscale: #8A8A8A. Windows color (decimal): -4169762 or 14573504. OLE color: 14573504.

HSL color Cylindrical-coordinate representation of color #C05FDE: hue angle of 285.83º degrees, saturation: 0.66, 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 #C05FDE is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 95 222 -
CMYK 0.14 0.57 0 0.13
HSL 285.83º 0.66% 0.62% -
HSV(B) 285.83º 0.57% 0.87% -
XYZ 39.02 24.66 71.81 -
YUV 138.48 175.14 166.17 -
System Red Green Blue C M Y K H S L
Decimal 192 95 222 0.14 0.57 0 0.13 285.83 0.66 0.62
Hex C0 5F DE E 39 0 D 11E 42 3E
Octal 300 137 336 16 71 0 15 436 102 76
Binary 11000000 1011111 11011110 1110 111001 0 1101 100011110 1000010 111110

Color Harmonies of #C05FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05FDE

Black with #C05FDE

Text Example


Text Example

White with #C05FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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