Html Css Color HEX #C05CDC Medium Orchid

📋 copy color: '#C05CDC'

red 192 ◦ green 92 ◦ blue 220

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

Shades of Medium Orchid #C05CDC

Tints of Medium Orchid #C05CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.65%

R = 38.1%
G = 18.25%
B = 43.65%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C05CDC (or 0xC05CDC) is known color: Medium Orchid. HEX triplet: C0, 5C and DC. RGB value is (192,92,220). Sum of RGB (Red+Green+Blue) = 192+92+220=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #C05CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05CDC is #3FA323. Grayscale: #888888. Windows color (decimal): -4170532 or 14441664. OLE color: 14441664.

HSL color Cylindrical-coordinate representation of color #C05CDC: hue angle of 286.88º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05CDC is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 92 220 -
CMYK 0.13 0.58 0 0.14
HSL 286.88º 0.65% 0.61% -
HSV(B) 286.88º 0.58% 0.86% -
XYZ 38.48 24.03 70.32 -
YUV 136.49 175.13 167.59 -
System Red Green Blue C M Y K H S L
Decimal 192 92 220 0.13 0.58 0 0.14 286.88 0.65 0.61
Hex C0 5C DC D 3A 0 E 11F 41 3D
Octal 300 134 334 15 72 0 16 437 101 75
Binary 11000000 1011100 11011100 1101 111010 0 1110 100011111 1000001 111101

Color Harmonies of #C05CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05CDC

Black with #C05CDC

Text Example


Text Example

White with #C05CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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