Html Css Color HEX #C05CEC Medium Orchid

📋 copy color: '#C05CEC'

red 192 ◦ green 92 ◦ blue 236

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

Shades of Medium Orchid #C05CEC

Tints of Medium Orchid #C05CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.38%

R = 36.92%
G = 17.69%
B = 45.38%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C05CEC (or 0xC05CEC) is known color: Medium Orchid. HEX triplet: C0, 5C and EC. RGB value is (192,92,236). Sum of RGB (Red+Green+Blue) = 192+92+236=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 92 (36.33% from 255 or 17.69% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #C05CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05CEC is #3FA313. Grayscale: #898989. Windows color (decimal): -4170516 or 15490240. OLE color: 15490240.

HSL color Cylindrical-coordinate representation of color #C05CEC: hue angle of 281.67º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C05CEC is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 92 236 -
CMYK 0.19 0.61 0 0.07
HSL 281.67º 0.79% 0.64% -
HSV(B) 281.67º 0.61% 0.93% -
XYZ 40.71 24.92 82.02 -
YUV 138.32 183.13 166.29 -
System Red Green Blue C M Y K H S L
Decimal 192 92 236 0.19 0.61 0 0.07 281.67 0.79 0.64
Hex C0 5C EC 13 3D 0 7 11A 4F 40
Octal 300 134 354 23 75 0 7 432 117 100
Binary 11000000 1011100 11101100 10011 111101 0 111 100011010 1001111 1000000

Color Harmonies of #C05CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05CEC

Black with #C05CEC

Text Example


Text Example

White with #C05CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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