Html Css Color HEX #C06ACD Medium Orchid

📋 copy color: '#C06ACD'

red 192 ◦ green 106 ◦ blue 205

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

Shades of Medium Orchid #C06ACD

Tints of Medium Orchid #C06ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.76%

R = 38.17%
G = 21.07%
B = 40.76%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C06ACD (or 0xC06ACD) is known color: Medium Orchid. HEX triplet: C0, 6A and CD. RGB value is (192,106,205). Sum of RGB (Red+Green+Blue) = 192+106+205=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #C06ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06ACD is #3F9532. Grayscale: #8E8E8E. Windows color (decimal): -4166963 or 13462208. OLE color: 13462208.

HSL color Cylindrical-coordinate representation of color #C06ACD: hue angle of 292.12º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C06ACD is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 106 205 -
CMYK 0.06 0.48 0 0.20
HSL 292.12º 0.5% 0.61% -
HSV(B) 292.12º 0.48% 0.8% -
XYZ 37.91 25.92 60.76 -
YUV 143 162.99 162.95 -
System Red Green Blue C M Y K H S L
Decimal 192 106 205 0.06 0.48 0 0.20 292.12 0.5 0.61
Hex C0 6A CD 6 30 0 14 124 32 3D
Octal 300 152 315 6 60 0 24 444 62 75
Binary 11000000 1101010 11001101 110 110000 0 10100 100100100 110010 111101

Color Harmonies of #C06ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06ACD

Black with #C06ACD

Text Example


Text Example

White with #C06ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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