Html Css Color HEX #C05CCD Medium Orchid

📋 copy color: '#C05CCD'

red 192 ◦ green 92 ◦ blue 205

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

Shades of Medium Orchid #C05CCD

Tints of Medium Orchid #C05CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.92%

R = 39.26%
G = 18.81%
B = 41.92%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C05CCD (or 0xC05CCD) is known color: Medium Orchid. HEX triplet: C0, 5C and CD. RGB value is (192,92,205). Sum of RGB (Red+Green+Blue) = 192+92+205=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 92 (36.33% from 255 or 18.81% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #C05CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05CCD is #3FA332. Grayscale: #868686. Windows color (decimal): -4170547 or 13458624. OLE color: 13458624.

HSL color Cylindrical-coordinate representation of color #C05CCD: hue angle of 293.1º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C05CCD is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 92 205 -
CMYK 0.06 0.55 0 0.20
HSL 293.1º 0.53% 0.58% -
HSV(B) 293.1º 0.55% 0.8% -
XYZ 36.58 23.27 60.32 -
YUV 134.78 167.63 168.81 -
System Red Green Blue C M Y K H S L
Decimal 192 92 205 0.06 0.55 0 0.20 293.1 0.53 0.58
Hex C0 5C CD 6 37 0 14 125 35 3A
Octal 300 134 315 6 67 0 24 445 65 72
Binary 11000000 1011100 11001101 110 110111 0 10100 100100101 110101 111010

Color Harmonies of #C05CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05CCD

Black with #C05CCD

Text Example


Text Example

White with #C05CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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