Html Css Color HEX #C05ADD Medium Orchid

📋 copy color: '#C05ADD'

red 192 ◦ green 90 ◦ blue 221

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

Shades of Medium Orchid #C05ADD

Tints of Medium Orchid #C05ADD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.89%

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

R = 38.17%
G = 17.89%
B = 43.94%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C05ADD (or 0xC05ADD) is known color: Medium Orchid. HEX triplet: C0, 5A and DD. RGB value is (192,90,221). Sum of RGB (Red+Green+Blue) = 192+90+221=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 90 (35.55% from 255 or 17.89% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #C05ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05ADD is #3FA522. Grayscale: #878787. Windows color (decimal): -4171043 or 14506688. OLE color: 14506688.

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

Color convert

RGB 192 90 221 -
CMYK 0.13 0.59 0 0.13
HSL 286.72º 0.66% 0.61% -
HSV(B) 286.72º 0.59% 0.87% -
XYZ 38.45 23.74 70.96 -
YUV 135.43 176.29 168.35 -
System Red Green Blue C M Y K H S L
Decimal 192 90 221 0.13 0.59 0 0.13 286.72 0.66 0.61
Hex C0 5A DD D 3B 0 D 11F 42 3D
Octal 300 132 335 15 73 0 15 437 102 75
Binary 11000000 1011010 11011101 1101 111011 0 1101 100011111 1000010 111101

Color Harmonies of #C05ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05ADD

Black with #C05ADD

Text Example


Text Example

White with #C05ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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