Html Css Color HEX #C06AD3 Medium Orchid

📋 copy color: '#C06AD3'

red 192 ◦ green 106 ◦ blue 211

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

Shades of Medium Orchid #C06AD3

Tints of Medium Orchid #C06AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 41.45%

R = 37.72%
G = 20.83%
B = 41.45%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C06AD3 (or 0xC06AD3) is known color: Medium Orchid. HEX triplet: C0, 6A and D3. RGB value is (192,106,211). Sum of RGB (Red+Green+Blue) = 192+106+211=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 211 (82.81% from 255 or 41.45% from 509); Max value from RGB is 211 - color contains mainly: blue. Hex color #C06AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06AD3 is #3F952C. Grayscale: #8F8F8F. Windows color (decimal): -4166957 or 13855424. OLE color: 13855424.

HSL color Cylindrical-coordinate representation of color #C06AD3: hue angle of 289.14º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C06AD3 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 192 106 211 -
CMYK 0.09 0.50 0 0.17
HSL 289.14º 0.54% 0.62% -
HSV(B) 289.14º 0.5% 0.83% -
XYZ 38.65 26.22 64.65 -
YUV 143.68 165.99 162.46 -
System Red Green Blue C M Y K H S L
Decimal 192 106 211 0.09 0.50 0 0.17 289.14 0.54 0.62
Hex C0 6A D3 9 32 0 11 121 36 3E
Octal 300 152 323 11 62 0 21 441 66 76
Binary 11000000 1101010 11010011 1001 110010 0 10001 100100001 110110 111110

Color Harmonies of #C06AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06AD3

Black with #C06AD3

Text Example


Text Example

White with #C06AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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