Html Css Color HEX #C05CDD Medium Orchid

📋 copy color: '#C05CDD'

red 192 ◦ green 92 ◦ blue 221

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

Shades of Medium Orchid #C05CDD

Tints of Medium Orchid #C05CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.76%

R = 38.02%
G = 18.22%
B = 43.76%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C05CDD (or 0xC05CDD) is known color: Medium Orchid. HEX triplet: C0, 5C and DD. RGB value is (192,92,221). Sum of RGB (Red+Green+Blue) = 192+92+221=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 92 (36.33% from 255 or 18.22% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #C05CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05CDD is #3FA322. Grayscale: #888888. Windows color (decimal): -4170531 or 14507200. OLE color: 14507200.

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

Color convert

RGB 192 92 221 -
CMYK 0.13 0.58 0 0.13
HSL 286.51º 0.65% 0.61% -
HSV(B) 286.51º 0.58% 0.87% -
XYZ 38.62 24.08 71.02 -
YUV 136.61 175.63 167.51 -
System Red Green Blue C M Y K H S L
Decimal 192 92 221 0.13 0.58 0 0.13 286.51 0.65 0.61
Hex C0 5C DD D 3A 0 D 11F 41 3D
Octal 300 134 335 15 72 0 15 437 101 75
Binary 11000000 1011100 11011101 1101 111010 0 1101 100011111 1000001 111101

Color Harmonies of #C05CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05CDD

Black with #C05CDD

Text Example


Text Example

White with #C05CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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