Html Css Color HEX #C058DD Medium Orchid

📋 copy color: '#C058DD'

red 192 ◦ green 88 ◦ blue 221

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

Shades of Medium Orchid #C058DD

Tints of Medium Orchid #C058DD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.56%

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

R = 38.32%
G = 17.56%
B = 44.11%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C058DD (or 0xC058DD) is known color: Medium Orchid. HEX triplet: C0, 58 and DD. RGB value is (192,88,221). Sum of RGB (Red+Green+Blue) = 192+88+221=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 88 (34.77% from 255 or 17.56% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #C058DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C058DD is #3FA722. Grayscale: #858585. Windows color (decimal): -4171555 or 14506176. OLE color: 14506176.

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

Color convert

RGB 192 88 221 -
CMYK 0.13 0.60 0 0.13
HSL 286.92º 0.66% 0.61% -
HSV(B) 286.92º 0.6% 0.87% -
XYZ 38.28 23.41 70.91 -
YUV 134.26 176.96 169.19 -
System Red Green Blue C M Y K H S L
Decimal 192 88 221 0.13 0.60 0 0.13 286.92 0.66 0.61
Hex C0 58 DD D 3C 0 D 11F 42 3D
Octal 300 130 335 15 74 0 15 437 102 75
Binary 11000000 1011000 11011101 1101 111100 0 1101 100011111 1000010 111101

Color Harmonies of #C058DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C058DD

Black with #C058DD

Text Example


Text Example

White with #C058DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C058DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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