Html Css Color HEX #C06ADD Medium Orchid

📋 copy color: '#C06ADD'

red 192 ◦ green 106 ◦ blue 221

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

Shades of Medium Orchid #C06ADD

Tints of Medium Orchid #C06ADD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.42%

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

R = 36.99%
G = 20.42%
B = 42.58%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C06ADD (or 0xC06ADD) is known color: Medium Orchid. HEX triplet: C0, 6A and DD. RGB value is (192,106,221). Sum of RGB (Red+Green+Blue) = 192+106+221=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #C06ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06ADD is #3F9522. Grayscale: #909090. Windows color (decimal): -4166947 or 14510784. OLE color: 14510784.

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

Color convert

RGB 192 106 221 -
CMYK 0.13 0.52 0 0.13
HSL 284.87º 0.63% 0.64% -
HSV(B) 284.87º 0.52% 0.87% -
XYZ 39.94 26.74 71.46 -
YUV 144.82 170.99 161.65 -
System Red Green Blue C M Y K H S L
Decimal 192 106 221 0.13 0.52 0 0.13 284.87 0.63 0.64
Hex C0 6A DD D 34 0 D 11D 3F 40
Octal 300 152 335 15 64 0 15 435 77 100
Binary 11000000 1101010 11011101 1101 110100 0 1101 100011101 111111 1000000

Color Harmonies of #C06ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06ADD

Black with #C06ADD

Text Example


Text Example

White with #C06ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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