Html Css Color HEX #C06ACE Medium Orchid

📋 copy color: '#C06ACE'

red 192 ◦ green 106 ◦ blue 206

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

Shades of Medium Orchid #C06ACE

Tints of Medium Orchid #C06ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.87%

R = 38.1%
G = 21.03%
B = 40.87%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C06ACE (or 0xC06ACE) is known color: Medium Orchid. HEX triplet: C0, 6A and CE. RGB value is (192,106,206). Sum of RGB (Red+Green+Blue) = 192+106+206=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #C06ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06ACE is #3F9531. Grayscale: #8E8E8E. Windows color (decimal): -4166962 or 13527744. OLE color: 13527744.

HSL color Cylindrical-coordinate representation of color #C06ACE: hue angle of 291.6º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C06ACE is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 106 206 -
CMYK 0.07 0.49 0 0.19
HSL 291.6º 0.51% 0.61% -
HSV(B) 291.6º 0.49% 0.81% -
XYZ 38.03 25.97 61.4 -
YUV 143.11 163.49 162.87 -
System Red Green Blue C M Y K H S L
Decimal 192 106 206 0.07 0.49 0 0.19 291.6 0.51 0.61
Hex C0 6A CE 7 31 0 13 124 33 3D
Octal 300 152 316 7 61 0 23 444 63 75
Binary 11000000 1101010 11001110 111 110001 0 10011 100100100 110011 111101

Color Harmonies of #C06ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06ACE

Black with #C06ACE

Text Example


Text Example

White with #C06ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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