Html Css Color HEX #C05CE1 Medium Orchid

📋 copy color: '#C05CE1'

red 192 ◦ green 92 ◦ blue 225

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

Shades of Medium Orchid #C05CE1

Tints of Medium Orchid #C05CE1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.07%

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

R = 37.72%
G = 18.07%
B = 44.2%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C05CE1 (or 0xC05CE1) is known color: Medium Orchid. HEX triplet: C0, 5C and E1. RGB value is (192,92,225). Sum of RGB (Red+Green+Blue) = 192+92+225=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 92 (36.33% from 255 or 18.07% from 509); Blue value is 225 (88.28% from 255 or 44.20% from 509); Max value from RGB is 225 - color contains mainly: blue. Hex color #C05CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05CE1 is #3FA31E. Grayscale: #888888. Windows color (decimal): -4170527 or 14769344. OLE color: 14769344.

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

Color convert

RGB 192 92 225 -
CMYK 0.15 0.59 0 0.12
HSL 285.11º 0.69% 0.62% -
HSV(B) 285.11º 0.59% 0.88% -
XYZ 39.16 24.3 73.86 -
YUV 137.06 177.63 167.19 -
System Red Green Blue C M Y K H S L
Decimal 192 92 225 0.15 0.59 0 0.12 285.11 0.69 0.62
Hex C0 5C E1 F 3B 0 C 11D 45 3E
Octal 300 134 341 17 73 0 14 435 105 76
Binary 11000000 1011100 11100001 1111 111011 0 1100 100011101 1000101 111110

Color Harmonies of #C05CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05CE1

Black with #C05CE1

Text Example


Text Example

White with #C05CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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