Html Css Color HEX #C05FE1 Medium Orchid

📋 copy color: '#C05FE1'

red 192 ◦ green 95 ◦ blue 225

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

Shades of Medium Orchid #C05FE1

Tints of Medium Orchid #C05FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.95%

R = 37.5%
G = 18.55%
B = 43.95%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C05FE1 (or 0xC05FE1) is known color: Medium Orchid. HEX triplet: C0, 5F and E1. RGB value is (192,95,225). Sum of RGB (Red+Green+Blue) = 192+95+225=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 95 (37.5% from 255 or 18.55% from 512); Blue value is 225 (88.28% from 255 or 43.95% from 512); Max value from RGB is 225 - color contains mainly: blue. Hex color #C05FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05FE1 is #3FA01E. Grayscale: #8A8A8A. Windows color (decimal): -4169759 or 14770112. OLE color: 14770112.

HSL color Cylindrical-coordinate representation of color #C05FE1: hue angle of 284.77º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05FE1 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 95 225 -
CMYK 0.15 0.58 0 0.12
HSL 284.77º 0.68% 0.63% -
HSV(B) 284.77º 0.58% 0.88% -
XYZ 39.42 24.83 73.95 -
YUV 138.82 176.64 165.93 -
System Red Green Blue C M Y K H S L
Decimal 192 95 225 0.15 0.58 0 0.12 284.77 0.68 0.63
Hex C0 5F E1 F 3A 0 C 11D 44 3F
Octal 300 137 341 17 72 0 14 435 104 77
Binary 11000000 1011111 11100001 1111 111010 0 1100 100011101 1000100 111111

Color Harmonies of #C05FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05FE1

Black with #C05FE1

Text Example


Text Example

White with #C05FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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