Html Css Color HEX #C05DDD Medium Orchid

📋 copy color: '#C05DDD'

red 192 ◦ green 93 ◦ blue 221

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

Shades of Medium Orchid #C05DDD

Tints of Medium Orchid #C05DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.38%

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

R = 37.94%
G = 18.38%
B = 43.68%

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

#C05DDD (or 0xC05DDD) is known color: Medium Orchid. HEX triplet: C0, 5D and DD. RGB value is (192,93,221). Sum of RGB (Red+Green+Blue) = 192+93+221=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 93 (36.72% from 255 or 18.38% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #C05DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05DDD is #3FA222. Grayscale: #888888. Windows color (decimal): -4170275 or 14507456. OLE color: 14507456.

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

Color convert

RGB 192 93 221 -
CMYK 0.13 0.58 0 0.13
HSL 286.41º 0.65% 0.62% -
HSV(B) 286.41º 0.58% 0.87% -
XYZ 38.7 24.26 71.05 -
YUV 137.19 175.3 167.09 -
System Red Green Blue C M Y K H S L
Decimal 192 93 221 0.13 0.58 0 0.13 286.41 0.65 0.62
Hex C0 5D DD D 3A 0 D 11E 41 3E
Octal 300 135 335 15 72 0 15 436 101 76
Binary 11000000 1011101 11011101 1101 111010 0 1101 100011110 1000001 111110

Color Harmonies of #C05DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05DDD

Black with #C05DDD

Text Example


Text Example

White with #C05DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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